PrimitiveDataFrameColumn<T>.GetTypedValue(Int64) Method

Definition

protected T? GetTypedValue (long rowIndex);
member this.GetTypedValue : int64 -> Nullable<'T (requires 'T : struct)>
Protected Function GetTypedValue (rowIndex As Long) As Nullable(Of T)

Parameters

rowIndex
Int64

Returns

Applies to