RandomizationBase GetInts Method | GeneticSharp |
Gets an integer array with values between minimum value (inclusive) and maximum value (exclusive).
Namespace: GeneticSharp.Domain.RandomizationsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- length
- Type: System Int32
The array length
- min
- Type: System Int32
Minimum value (inclusive).
- max
- Type: System Int32
Maximum value (exclusive).
Return Value
Type: Int32The integer array.
Implements
IRandomization GetInts(Int32, Int32, Int32)See Also