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?
optionalmaxLength?: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?
optionalminLength?:number
Lower bound of the generated array size
Default Value
0
Remarks
Since 2.9.0
size?
optionalsize?:SizeForArbitrary
Define how large the generated values should be (at max)
Remarks
Since 2.22.0
Remarks
Since 2.9.0