BooleanDataFrameColumn Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
BooleanDataFrameColumn(String, IEnumerable<Boolean>)
- Source:
- BooleanDataFrameColumn.cs
- Source:
- BooleanDataFrameColumn.cs
- Source:
- BooleanDataFrameColumn.cs
public BooleanDataFrameColumn(string name, System.Collections.Generic.IEnumerable<bool> values);
new Microsoft.Data.Analysis.BooleanDataFrameColumn : string * seq<bool> -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of Boolean))
Parámetros
- name
- String
- values
- IEnumerable<Boolean>
Se aplica a
BooleanDataFrameColumn(String, IEnumerable<Nullable<Boolean>>)
- Source:
- BooleanDataFrameColumn.cs
- Source:
- BooleanDataFrameColumn.cs
- Source:
- BooleanDataFrameColumn.cs
public BooleanDataFrameColumn(string name, System.Collections.Generic.IEnumerable<bool?> values);
new Microsoft.Data.Analysis.BooleanDataFrameColumn : string * seq<Nullable<bool>> -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of Nullable(Of Boolean)))
Parámetros
- name
- String
- values
- IEnumerable<Nullable<Boolean>>
Se aplica a
BooleanDataFrameColumn(String, Int64)
- Source:
- BooleanDataFrameColumn.cs
- Source:
- BooleanDataFrameColumn.cs
- Source:
- BooleanDataFrameColumn.cs
public BooleanDataFrameColumn(string name, long length = 0);
new Microsoft.Data.Analysis.BooleanDataFrameColumn : string * int64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Sub New (name As String, Optional length As Long = 0)
Parámetros
- name
- String
- length
- Int64
Se aplica a
BooleanDataFrameColumn(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)
- Source:
- BooleanDataFrameColumn.cs
- Source:
- BooleanDataFrameColumn.cs
- Source:
- BooleanDataFrameColumn.cs
public BooleanDataFrameColumn(string name, ReadOnlyMemory<byte> buffer, ReadOnlyMemory<byte> nullBitMap, int length = 0, int nullCount = 0);
new Microsoft.Data.Analysis.BooleanDataFrameColumn : string * ReadOnlyMemory<byte> * ReadOnlyMemory<byte> * int * int -> Microsoft.Data.Analysis.BooleanDataFrameColumn
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