UInt64DataFrameColumn.ReverseAdd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReverseAdd(Byte, Boolean)
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseAdd (byte value, bool inPlace = false);
override this.ReverseAdd : byte * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseAdd (value As Byte, Optional inPlace As Boolean = false) As UInt64DataFrameColumn
Parameters
- value
- Byte
- inPlace
- Boolean
Returns
Applies to
ReverseAdd(UInt64, Boolean)
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseAdd (ulong value, bool inPlace = false);
override this.ReverseAdd : uint64 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseAdd (value As ULong, Optional inPlace As Boolean = false) As UInt64DataFrameColumn
Parameters
- value
- UInt64
- inPlace
- Boolean
Returns
Applies to
ReverseAdd(UInt32, Boolean)
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseAdd (uint value, bool inPlace = false);
override this.ReverseAdd : uint32 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseAdd (value As UInteger, Optional inPlace As Boolean = false) As UInt64DataFrameColumn
Parameters
- value
- UInt32
- inPlace
- Boolean
Returns
Applies to
ReverseAdd(UInt16, Boolean)
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseAdd (ushort value, bool inPlace = false);
override this.ReverseAdd : uint16 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseAdd (value As UShort, Optional inPlace As Boolean = false) As UInt64DataFrameColumn
Parameters
- value
- UInt16
- inPlace
- Boolean
Returns
Applies to
ReverseAdd(Single)
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(Decimal)
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(Int32)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseAdd (int value);
override this.ReverseAdd : int -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseAdd (value As Integer) As SingleDataFrameColumn
Parameters
- value
- Int32
Returns
Applies to
ReverseAdd(Int16)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseAdd (short value);
override this.ReverseAdd : int16 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseAdd (value As Short) As SingleDataFrameColumn
Parameters
- value
- Int16
Returns
Applies to
ReverseAdd(Double)
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(SByte)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseAdd (sbyte value);
override this.ReverseAdd : sbyte -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseAdd (value As SByte) As SingleDataFrameColumn
Parameters
- value
- SByte