다음을 통해 공유


UInt64DataFrameColumn.Add 메서드

정의

오버로드

Add(UInt64, Boolean)
Add(UInt32, Boolean)
Add(UInt16, Boolean)
Add(Byte, Boolean)
Add(UInt64DataFrameColumn, Boolean)
Add(UInt32DataFrameColumn, Boolean)
Add(ByteDataFrameColumn, Boolean)
Add(Single)
Add(SByte)
Add(UInt16DataFrameColumn, Boolean)
Add(Int16)
Add(Double)
Add(Decimal)
Add(Int32)
Add(SingleDataFrameColumn)
Add(SByteDataFrameColumn)
Add(Int32DataFrameColumn)
Add(Int16DataFrameColumn)
Add(DoubleDataFrameColumn)
Add(DecimalDataFrameColumn)

Add(UInt64, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Add(ulong value, bool inPlace = false);
override this.Add : uint64 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Add (value As ULong, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

매개 변수

value
UInt64
inPlace
Boolean

반환

적용 대상

Add(UInt32, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Add(uint value, bool inPlace = false);
override this.Add : uint32 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Add (value As UInteger, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

매개 변수

value
UInt32
inPlace
Boolean

반환

적용 대상

Add(UInt16, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Add(ushort value, bool inPlace = false);
override this.Add : uint16 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Add (value As UShort, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

매개 변수

value
UInt16
inPlace
Boolean

반환

적용 대상

Add(Byte, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Add(byte value, bool inPlace = false);
override this.Add : byte * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Add (value As Byte, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

매개 변수

value
Byte
inPlace
Boolean

반환

적용 대상

Add(UInt64DataFrameColumn, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Add(Microsoft.Data.Analysis.UInt64DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.UInt64DataFrameColumn * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Add (column As UInt64DataFrameColumn, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

매개 변수

inPlace
Boolean

반환

적용 대상

Add(UInt32DataFrameColumn, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Add(Microsoft.Data.Analysis.UInt32DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.UInt32DataFrameColumn * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Add (column As UInt32DataFrameColumn, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

매개 변수

inPlace
Boolean

반환

적용 대상

Add(ByteDataFrameColumn, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Add(Microsoft.Data.Analysis.ByteDataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.ByteDataFrameColumn * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Add (column As ByteDataFrameColumn, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

매개 변수

inPlace
Boolean

반환

적용 대상

Add(Single)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Add(float value);
override this.Add : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (value As Single) As SingleDataFrameColumn

매개 변수

value
Single

반환

적용 대상

Add(SByte)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Add(sbyte value);
override this.Add : sbyte -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (value As SByte) As SingleDataFrameColumn

매개 변수

value
SByte

반환

적용 대상

Add(UInt16DataFrameColumn, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Add(Microsoft.Data.Analysis.UInt16DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.UInt16DataFrameColumn * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Add (column As UInt16DataFrameColumn, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

매개 변수

inPlace
Boolean

반환

적용 대상

Add(Int16)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Add(short value);
override this.Add : int16 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (value As Short) As SingleDataFrameColumn

매개 변수

value
Int16

반환

적용 대상

Add(Double)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DoubleDataFrameColumn Add(double value);
override this.Add : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (value As Double) As DoubleDataFrameColumn

매개 변수

value
Double

반환

적용 대상

Add(Decimal)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(decimal value);
override this.Add : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As Decimal) As DecimalDataFrameColumn

매개 변수

value
Decimal

반환

적용 대상

Add(Int32)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Add(int value);
override this.Add : int -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (value As Integer) As SingleDataFrameColumn

매개 변수

value
Int32

반환

적용 대상

Add(SingleDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Add(Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (column As SingleDataFrameColumn) As SingleDataFrameColumn

매개 변수

반환

적용 대상

Add(SByteDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Add(Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (column As SByteDataFrameColumn) As SingleDataFrameColumn

매개 변수

반환

적용 대상

Add(Int32DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Add(Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (column As Int32DataFrameColumn) As SingleDataFrameColumn

매개 변수

반환

적용 대상

Add(Int16DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Add(Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (column As Int16DataFrameColumn) As SingleDataFrameColumn

매개 변수

반환

적용 대상

Add(DoubleDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DoubleDataFrameColumn Add(Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (column As DoubleDataFrameColumn) As DoubleDataFrameColumn

매개 변수

반환

적용 대상

Add(DecimalDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.DecimalDataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As DecimalDataFrameColumn) As DecimalDataFrameColumn

매개 변수

반환

적용 대상