INumberRangeGetNextValueBlock Method |
Generates a block of subsequent numbers.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax long GetNextValueBlock(
int blockSize
)
Parameters
- blockSize
- Type: SystemInt32
The size of the block of numbers to be generated.
Return Value
Type:
Int64The first number of the requested number block.
See Also