Share via


SingleDataFrameColumn.Add Method

Definition

Overloads

Add(UInt64, Boolean)

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

Parameters

value
UInt64
inPlace
Boolean

Returns

Applies to

Add(UInt32, Boolean)

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

Parameters

value
UInt32
inPlace
Boolean

Returns

Applies to

Add(UInt16, Boolean)

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

Parameters

value
UInt16
inPlace
Boolean

Returns

Applies to

Add(Single, Boolean)

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

Parameters

value
Single
inPlace
Boolean

Returns

Applies to

Add(SByte, Boolean)

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

Parameters

value
SByte
inPlace
Boolean

Returns

Applies to

Add(Int64, Boolean)

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

Parameters

value
Int64
inPlace
Boolean

Returns

Applies to

Add(Int16, Boolean)

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

Parameters

value
Int16
inPlace
Boolean

Returns

Applies to

Add(Byte, Boolean)

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

Parameters

value
Byte
inPlace
Boolean

Returns

Applies to

Add(UInt64DataFrameColumn, Boolean)

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, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.UInt64DataFrameColumn * bool -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (column As UInt64DataFrameColumn, Optional inPlace As Boolean = false) As SingleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Add(Int32, Boolean)

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

Parameters

value
Int32
inPlace
Boolean

Returns

Applies to

Add(UInt16DataFrameColumn, Boolean)

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

Parameters

inPlace
Boolean

Returns

Applies to

Add(SingleDataFrameColumn, Boolean)

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, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.SingleDataFrameColumn * bool -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (column As SingleDataFrameColumn, Optional inPlace As Boolean = false) As SingleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Add(SByteDataFrameColumn, Boolean)

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, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.SByteDataFrameColumn * bool -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (column As SByteDataFrameColumn, Optional inPlace As Boolean = false) As SingleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Add(UInt32DataFrameColumn, Boolean)

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

Parameters

inPlace
Boolean

Returns

Applies to

Add(Int64DataFrameColumn, Boolean)

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

Parameters

inPlace
Boolean

Returns

Applies to

Add(Int32DataFrameColumn, Boolean)

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, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.Int32DataFrameColumn * bool -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (column As Int32DataFrameColumn, Optional inPlace As Boolean = false) As SingleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Add(Int16DataFrameColumn, Boolean)

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, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.Int16DataFrameColumn * bool -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (column As Int16DataFrameColumn, Optional inPlace As Boolean = false) As SingleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Add(ByteDataFrameColumn, Boolean)

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

Parameters

inPlace
Boolean

Returns

Applies to

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

Parameters

value
Double

Returns

Applies to

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

Parameters

Returns

Applies to