Click or drag to resize

DFNumericColumnIsMissing Method

Returns true if the element at the given position is missing; otherwise, false.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override bool IsMissing(
	int i
)

Parameters

i  Int32
An element index.

Return Value

Boolean
Returns true if the element at the given position equals Double.NaN or this.MissingValue; otherwise, false.

Implements

IDFColumnIsMissing(Int32)
See Also