Sdílet prostřednictvím


DataFrameColumn(String, Int64, Type) Konstruktor

Definice

Základní DataFrameColumn konstruktor.

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)

Parametry

name
String

Název tohoto sloupce.

length
Int64

Délka tohoto sloupce.

type
Type

Typ dat, která tento sloupec obsahuje.

Platí pro