Int16DataFrameColumn 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
Int16DataFrameColumn(String, IEnumerable<Int16>)
public Int16DataFrameColumn (string name, System.Collections.Generic.IEnumerable<short> values);
new Microsoft.Data.Analysis.Int16DataFrameColumn : string * seq<int16> -> Microsoft.Data.Analysis.Int16DataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of Short))
Parametri
- name
- String
- values
- IEnumerable<Int16>
Si applica a
Int16DataFrameColumn(String, IEnumerable<Nullable<Int16>>)
public Int16DataFrameColumn (string name, System.Collections.Generic.IEnumerable<short?> values);
new Microsoft.Data.Analysis.Int16DataFrameColumn : string * seq<Nullable<int16>> -> Microsoft.Data.Analysis.Int16DataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of Nullable(Of Short)))
Parametri
- name
- String
- values
- IEnumerable<Nullable<Int16>>
Si applica a
Int16DataFrameColumn(String, Int64)
Int16DataFrameColumn(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)
public Int16DataFrameColumn (string name, ReadOnlyMemory<byte> buffer, ReadOnlyMemory<byte> nullBitMap, int length = 0, int nullCount = 0);
new Microsoft.Data.Analysis.Int16DataFrameColumn : string * ReadOnlyMemory<byte> * ReadOnlyMemory<byte> * int * int -> Microsoft.Data.Analysis.Int16DataFrameColumn
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