Click or drag to resize

BcfIntSequenceNext Method

[This is preliminary documentation and is subject to change.]

Returns the next value from the sequence.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public int Next(
	BcfColumn<int> column
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumnInt32
The column the sequence is set.

Return Value

Type: Int32
The next value from this sequence.

Implements

IBcfSequenceTNext(BcfColumnT)
See Also