PrimitiveDataFrameColumn<T>.IsValid(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the value at this index
is valid (not null
).
public override bool IsValid(long index);
public bool IsValid(long index);
override this.IsValid : int64 -> bool
member this.IsValid : int64 -> bool
Public Overrides Function IsValid (index As Long) As Boolean
Public Function IsValid (index As Long) As Boolean
Parameters
- index
- Int64
The index to look up.
Returns
A boolean value indicating the validity at this index
.