UInt32DataFrameColumn Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
UInt32DataFrameColumn(String, IEnumerable<Nullable<UInt32>>)
public UInt32DataFrameColumn (string name, System.Collections.Generic.IEnumerable<uint?> values);
new Microsoft.Data.Analysis.UInt32DataFrameColumn : string * seq<Nullable<uint32>> -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of Nullable(Of UInteger)))
Parametry
- name
- String
- values
- IEnumerable<Nullable<UInt32>>
Platí pro
UInt32DataFrameColumn(String, IEnumerable<UInt32>)
public UInt32DataFrameColumn (string name, System.Collections.Generic.IEnumerable<uint> values);
new Microsoft.Data.Analysis.UInt32DataFrameColumn : string * seq<uint32> -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of UInteger))
Parametry
- name
- String
- values
- IEnumerable<UInt32>
Platí pro
UInt32DataFrameColumn(String, Int64)
UInt32DataFrameColumn(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)
public UInt32DataFrameColumn (string name, ReadOnlyMemory<byte> buffer, ReadOnlyMemory<byte> nullBitMap, int length = 0, int nullCount = 0);
new Microsoft.Data.Analysis.UInt32DataFrameColumn : string * ReadOnlyMemory<byte> * ReadOnlyMemory<byte> * int * int -> Microsoft.Data.Analysis.UInt32DataFrameColumn
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)
Parametry
- name
- String
- buffer
- ReadOnlyMemory<Byte>
- nullBitMap
- ReadOnlyMemory<Byte>
- length
- Int32
- nullCount
- Int32