Fields

@:optionaloptionallowest:Null<EitherType<Float, Dynamic>>

The lowest discernible value. Must be an integer value greater than 0. Default: 1.

// TODO: allow BigInt when hxnodejs gains a BigInt type (Node accepts numberbigint).

@:optionaloptionalhighest:Null<EitherType<Float, Dynamic>>

The highest recordable value. Must be an integer value that is equal to or greater than two times lowest. Default: Number.MAX_SAFE_INTEGER.

// TODO: allow BigInt when hxnodejs gains a BigInt type (Node accepts numberbigint).

@:optionaloptionalfigures:Null<Int>

The number of accuracy digits. Must be a number between 1 and 5. Default: 3.