Skip to main content

Type Alias: Float32ArrayConstraints

Float32ArrayConstraints = object & FloatConstraints

Defined in: packages/fast-check/src/arbitrary/float32Array.ts:13

Constraints to be applied on float32Array

Type Declaration

maxLength?

optional maxLength?: number

Upper bound of the generated array size

Default Value

0x7fffffff — defaulting seen as "max non specified" when defaultSizeToMaxWhenMaxSpecified=true

Remarks

Since 2.9.0

minLength?

optional minLength?: number

Lower bound of the generated array size

Default Value

0

Remarks

Since 2.9.0

size?

optional size?: SizeForArbitrary

Define how large the generated values should be (at max)

Remarks

Since 2.22.0

Remarks

Since 2.9.0