PrimitiveDataFrameColumn<T>.Append(Nullable<T>) Method

Definition

public void Append (T? value);
member this.Append : Nullable<'T (requires 'T : struct)> -> unit
Public Sub Append (value As Nullable(Of T))

Parameters

value
Nullable<T>

Applies to