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.0.0.0 (7.0.6906.26599)
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