 | DFColumnIsMissing Method |
Returns true if the element at the given position is missing;
otherwise, false.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic virtual bool IsMissing(
int i
)
Public Overridable Function IsMissing (
i As Integer
) As Boolean
public:
virtual bool IsMissing(
int i
)
abstract IsMissing :
i : int -> bool
override IsMissing :
i : int -> bool
Parameters
- i Int32
- An element index.
Return Value
Boolean
Returns
true if
this[i] == this.MissingValue;
otherwise,
false.
Implements
IDFColumnIsMissing(Int32)
See Also