Type Alias: Float64ArrayConstraints
Float64ArrayConstraints =
object&DoubleConstraints
Defined in: packages/fast-check/src/arbitrary/float64Array.ts:13
Constraints to be applied on float64Array
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