PrimitiveDataFrameColumn<T> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PrimitiveDataFrameColumn<T>(String, IEnumerable<Nullable<T>>)
public PrimitiveDataFrameColumn (string name, System.Collections.Generic.IEnumerable<T?> values);
new Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)> : string * seq<Nullable<'T>> -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)>
Public Sub New (name As String, values As IEnumerable(Of Nullable(Of T)))
Parâmetros
- name
- String
- values
- IEnumerable<Nullable<T>>
Aplica-se a
PrimitiveDataFrameColumn<T>(String, IEnumerable<T>)
public PrimitiveDataFrameColumn (string name, System.Collections.Generic.IEnumerable<T> values);
new Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)> : string * seq<'T (requires 'T : struct)> -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)>
Public Sub New (name As String, values As IEnumerable(Of T))
Parâmetros
- name
- String
- values
- IEnumerable<T>
Aplica-se a
PrimitiveDataFrameColumn<T>(String, Int64)
public PrimitiveDataFrameColumn (string name, long length = 0);
new Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)> : string * int64 -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)>
Public Sub New (name As String, Optional length As Long = 0)
Parâmetros
- name
- String
- length
- Int64
Aplica-se a
PrimitiveDataFrameColumn<T>(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)
public PrimitiveDataFrameColumn (string name, ReadOnlyMemory<byte> buffer, ReadOnlyMemory<byte> nullBitMap, int length = 0, int nullCount = 0);
new Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)> : string * ReadOnlyMemory<byte> * ReadOnlyMemory<byte> * int * int -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)>
Public Sub New (name As String, buffer As ReadOnlyMemory(Of Byte), nullBitMap As ReadOnlyMemory(Of Byte), Optional length As Integer = 0, Optional nullCount As Integer = 0)
Parâmetros
- name
- String
- buffer
- ReadOnlyMemory<Byte>
- nullBitMap
- ReadOnlyMemory<Byte>
- length
- Int32
- nullCount
- Int32