UInt32DataFrameColumn 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
UInt32DataFrameColumn(String, IEnumerable<Nullable<UInt32>>)
- Source:
- UInt32DataFrameColumn.cs
- Source:
- UInt32DataFrameColumn.cs
- Source:
- UInt32DataFrameColumn.cs
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)))
参数
- name
- String
- values
- IEnumerable<Nullable<UInt32>>
适用于
UInt32DataFrameColumn(String, IEnumerable<UInt32>)
- Source:
- UInt32DataFrameColumn.cs
- Source:
- UInt32DataFrameColumn.cs
- Source:
- UInt32DataFrameColumn.cs
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))
参数
- name
- String
- values
- IEnumerable<UInt32>
适用于
UInt32DataFrameColumn(String, Int64)
- Source:
- UInt32DataFrameColumn.cs
- Source:
- UInt32DataFrameColumn.cs
- Source:
- UInt32DataFrameColumn.cs
public UInt32DataFrameColumn(string name, long length = 0);
new Microsoft.Data.Analysis.UInt32DataFrameColumn : string * int64 -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Sub New (name As String, Optional length As Long = 0)
参数
- name
- String
- length
- Int64
适用于
UInt32DataFrameColumn(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)
- Source:
- UInt32DataFrameColumn.cs
- Source:
- UInt32DataFrameColumn.cs
- Source:
- UInt32DataFrameColumn.cs
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)
参数
- name
- String
- buffer
- ReadOnlyMemory<Byte>
- nullBitMap
- ReadOnlyMemory<Byte>
- length
- Int32
- nullCount
- Int32