Share via


Int32DataFrameColumn.ReverseAdd Method

Definition

Overloads

ReverseAdd(SByte, Boolean)
ReverseAdd(Int32, Boolean)
ReverseAdd(Int16, Boolean)
ReverseAdd(Byte, Boolean)
ReverseAdd(UInt64)
ReverseAdd(Int64)
ReverseAdd(Single)
ReverseAdd(Double)
ReverseAdd(Decimal)
ReverseAdd(UInt16, Boolean)
ReverseAdd(UInt32)

ReverseAdd(SByte, Boolean)

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

Parameters

value
SByte
inPlace
Boolean

Returns

Applies to

ReverseAdd(Int32, Boolean)

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

Parameters

value
Int32
inPlace
Boolean

Returns

Applies to

ReverseAdd(Int16, Boolean)

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

Parameters

value
Int16
inPlace
Boolean

Returns

Applies to

ReverseAdd(Byte, Boolean)

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

Parameters

value
Byte
inPlace
Boolean

Returns

Applies to

ReverseAdd(UInt64)

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

Parameters

value
UInt64

Returns

Applies to

ReverseAdd(Int64)

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

Parameters

value
Int64

Returns

Applies to

ReverseAdd(Single)

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

Parameters

value
Single

Returns

Applies to

ReverseAdd(Double)

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

Parameters

value
Double

Returns

Applies to

ReverseAdd(Decimal)

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

Parameters

value
Decimal

Returns

Applies to

ReverseAdd(UInt16, Boolean)

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

Parameters

value
UInt16
inPlace
Boolean

Returns

Applies to

ReverseAdd(UInt32)

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

Parameters

value
UInt32

Returns

Applies to