DecimalDataFrameColumn Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DecimalDataFrameColumn(String, IEnumerable<Decimal>)
- Origem:
- DecimalDataFrameColumn.cs
- Origem:
- DecimalDataFrameColumn.cs
- Origem:
- DecimalDataFrameColumn.cs
public DecimalDataFrameColumn(string name, System.Collections.Generic.IEnumerable<decimal> values);
new Microsoft.Data.Analysis.DecimalDataFrameColumn : string * seq<decimal> -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of Decimal))
Parâmetros
- name
- String
- values
- IEnumerable<Decimal>
Aplica-se a
DecimalDataFrameColumn(String, IEnumerable<Nullable<Decimal>>)
- Origem:
- DecimalDataFrameColumn.cs
- Origem:
- DecimalDataFrameColumn.cs
- Origem:
- DecimalDataFrameColumn.cs
public DecimalDataFrameColumn(string name, System.Collections.Generic.IEnumerable<decimal?> values);
new Microsoft.Data.Analysis.DecimalDataFrameColumn : string * seq<Nullable<decimal>> -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of Nullable(Of Decimal)))
Parâmetros
- name
- String
- values
- IEnumerable<Nullable<Decimal>>
Aplica-se a
DecimalDataFrameColumn(String, Int64)
- Origem:
- DecimalDataFrameColumn.cs
- Origem:
- DecimalDataFrameColumn.cs
- Origem:
- DecimalDataFrameColumn.cs
public DecimalDataFrameColumn(string name, long length = 0);
new Microsoft.Data.Analysis.DecimalDataFrameColumn : string * int64 -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Sub New (name As String, Optional length As Long = 0)
Parâmetros
- name
- String
- length
- Int64
Aplica-se a
DecimalDataFrameColumn(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)
- Origem:
- DecimalDataFrameColumn.cs
- Origem:
- DecimalDataFrameColumn.cs
- Origem:
- DecimalDataFrameColumn.cs
public DecimalDataFrameColumn(string name, ReadOnlyMemory<byte> buffer, ReadOnlyMemory<byte> nullBitMap, int length = 0, int nullCount = 0);
new Microsoft.Data.Analysis.DecimalDataFrameColumn : string * ReadOnlyMemory<byte> * ReadOnlyMemory<byte> * int * int -> Microsoft.Data.Analysis.DecimalDataFrameColumn
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)
Parâmetros
- name
- String
- buffer
- ReadOnlyMemory<Byte>
- nullBitMap
- ReadOnlyMemory<Byte>
- length
- Int32
- nullCount
- Int32