BooleanDataFrameColumn コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BooleanDataFrameColumn(String, IEnumerable<Boolean>)
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))
パラメーター
- name
- String
- values
- IEnumerable<Boolean>
適用対象
BooleanDataFrameColumn(String, IEnumerable<Nullable<Boolean>>)
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)))
パラメーター
- name
- String
- values
- IEnumerable<Nullable<Boolean>>
適用対象
BooleanDataFrameColumn(String, Int64)
BooleanDataFrameColumn(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)
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)
パラメーター
- name
- String
- buffer
- ReadOnlyMemory<Byte>
- nullBitMap
- ReadOnlyMemory<Byte>
- length
- Int32
- nullCount
- Int32