Udostępnij przez


DataFrameColumn(String, Int64, Type) Konstruktor

Definicja

Konstruktor podstawowy DataFrameColumn .

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

Nazwa tej kolumny.

length
Int64

Długość tej kolumny.

type
Type

Typ danych przechowywanych w tej kolumnie.

Dotyczy