DataFrameColumn(String, Int64, Type) Constructor

Definition

The base DataFrameColumn constructor.

protected DataFrameColumn (string name, long length, Type type);
new Microsoft.Data.Analysis.DataFrameColumn : string * int64 * Type -> Microsoft.Data.Analysis.DataFrameColumn
Protected Sub New (name As String, length As Long, type As Type)

Parameters

name
String

The name of this column.

length
Int64

The length of this column.

type
Type

The type of data this column holds.

Applies to