다음을 통해 공유


SByteDataFrameColumn.Add 메서드

정의

오버로드

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

Add(UInt64)

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

매개 변수

value
UInt64

반환

적용 대상

Add(UInt32)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Add(uint value);
override this.Add : uint32 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Add (value As UInteger) As Int64DataFrameColumn

매개 변수

value
UInt32

반환

적용 대상

Add(UInt16)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Add(ushort value);
override this.Add : uint16 -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Add (value As UShort) As Int32DataFrameColumn

매개 변수

value
UInt16

반환

적용 대상

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.Int32DataFrameColumn Add(sbyte value);
override this.Add : sbyte -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Add (value As SByte) As Int32DataFrameColumn

매개 변수

value
SByte

반환

적용 대상

Add(Int64)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Add(long value);
override this.Add : int64 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Add (value As Long) As Int64DataFrameColumn

매개 변수

value
Int64

반환

적용 대상

Add(Int32)

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

매개 변수

value
Int32

반환

적용 대상

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(Byte)

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

매개 변수

value
Byte

반환

적용 대상

Add(Int16)

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

매개 변수

value
Int16

반환

적용 대상

Add(UInt32DataFrameColumn)

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

매개 변수

반환

적용 대상

Add(UInt16DataFrameColumn)

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

매개 변수

반환

적용 대상

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(UInt64DataFrameColumn)

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

매개 변수

반환

적용 대상

Add(SByteDataFrameColumn)

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

매개 변수

반환

적용 대상

Add(Int64DataFrameColumn)

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

매개 변수

반환

적용 대상

Add(Int32DataFrameColumn)

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

매개 변수

반환

적용 대상

Add(Int16DataFrameColumn)

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

매개 변수

반환

적용 대상

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

매개 변수

반환

적용 대상

Add(ByteDataFrameColumn)

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

매개 변수

반환

적용 대상