Int32DataFrameColumn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Int32DataFrameColumn(String, IEnumerable<Int32>)
public Int32DataFrameColumn (string name, System.Collections.Generic.IEnumerable<int> values);
new Microsoft.Data.Analysis.Int32DataFrameColumn : string * seq<int> -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of Integer))
Parameters
- name
- String
- values
- IEnumerable<Int32>
Applies to
Int32DataFrameColumn(String, IEnumerable<Nullable<Int32>>)
public Int32DataFrameColumn (string name, System.Collections.Generic.IEnumerable<int?> values);
new Microsoft.Data.Analysis.Int32DataFrameColumn : string * seq<Nullable<int>> -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of Nullable(Of Integer)))
Parameters
- name
- String
- values
- IEnumerable<Nullable<Int32>>
Applies to
Int32DataFrameColumn(String, Int64)
Int32DataFrameColumn(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)
public Int32DataFrameColumn (string name, ReadOnlyMemory<byte> buffer, ReadOnlyMemory<byte> nullBitMap, int length = 0, int nullCount = 0);
new Microsoft.Data.Analysis.Int32DataFrameColumn : string * ReadOnlyMemory<byte> * ReadOnlyMemory<byte> * int * int -> Microsoft.Data.Analysis.Int32DataFrameColumn
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)
Parameters
- name
- String
- buffer
- ReadOnlyMemory<Byte>
- nullBitMap
- ReadOnlyMemory<Byte>
- length
- Int32
- nullCount
- Int32