Click or drag to resize

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
C#
long GetNextValueBlock(
	int blockSize
)

Parameters

blockSize
Type: SystemInt32
The size of the block of numbers to be generated.

Return Value

Type: Int64
The first number of the requested number block.
See Also