UInt64DataFrameColumn Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
UInt64DataFrameColumn(String, IEnumerable<Nullable<UInt64>>)
- Origine:
- UInt64DataFrameColumn.cs
- Origine:
- UInt64DataFrameColumn.cs
- Origine:
- UInt64DataFrameColumn.cs
public UInt64DataFrameColumn(string name, System.Collections.Generic.IEnumerable<ulong?> values);
new Microsoft.Data.Analysis.UInt64DataFrameColumn : string * seq<Nullable<uint64>> -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of Nullable(Of ULong)))
Parametri
- name
- String
- values
- IEnumerable<Nullable<UInt64>>
Si applica a
UInt64DataFrameColumn(String, IEnumerable<UInt64>)
- Origine:
- UInt64DataFrameColumn.cs
- Origine:
- UInt64DataFrameColumn.cs
- Origine:
- UInt64DataFrameColumn.cs
public UInt64DataFrameColumn(string name, System.Collections.Generic.IEnumerable<ulong> values);
new Microsoft.Data.Analysis.UInt64DataFrameColumn : string * seq<uint64> -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of ULong))
Parametri
- name
- String
- values
- IEnumerable<UInt64>
Si applica a
UInt64DataFrameColumn(String, Int64)
- Origine:
- UInt64DataFrameColumn.cs
- Origine:
- UInt64DataFrameColumn.cs
- Origine:
- UInt64DataFrameColumn.cs
public UInt64DataFrameColumn(string name, long length = 0);
new Microsoft.Data.Analysis.UInt64DataFrameColumn : string * int64 -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Sub New (name As String, Optional length As Long = 0)
Parametri
- name
- String
- length
- Int64
Si applica a
UInt64DataFrameColumn(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)
- Origine:
- UInt64DataFrameColumn.cs
- Origine:
- UInt64DataFrameColumn.cs
- Origine:
- UInt64DataFrameColumn.cs
public UInt64DataFrameColumn(string name, ReadOnlyMemory<byte> buffer, ReadOnlyMemory<byte> nullBitMap, int length = 0, int nullCount = 0);
new Microsoft.Data.Analysis.UInt64DataFrameColumn : string * ReadOnlyMemory<byte> * ReadOnlyMemory<byte> * int * int -> Microsoft.Data.Analysis.UInt64DataFrameColumn
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)
Parametri
- name
- String
- buffer
- ReadOnlyMemory<Byte>
- nullBitMap
- ReadOnlyMemory<Byte>
- length
- Int32
- nullCount
- Int32