UInt64DataFrameColumn.ReverseDivide 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
ReverseDivide(Byte, Boolean)
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseDivide (byte value, bool inPlace = false);
override this.ReverseDivide : byte * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseDivide (value As Byte, Optional inPlace As Boolean = false) As UInt64DataFrameColumn
Parameters
- value
- Byte
- inPlace
- Boolean
Returns
Applies to
ReverseDivide(UInt32, Boolean)
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseDivide (uint value, bool inPlace = false);
override this.ReverseDivide : uint32 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseDivide (value As UInteger, Optional inPlace As Boolean = false) As UInt64DataFrameColumn
Parameters
- value
- UInt32
- inPlace
- Boolean
Returns
Applies to
ReverseDivide(UInt16, Boolean)
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseDivide (ushort value, bool inPlace = false);
override this.ReverseDivide : uint16 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseDivide (value As UShort, Optional inPlace As Boolean = false) As UInt64DataFrameColumn
Parameters
- value
- UInt16
- inPlace
- Boolean
Returns
Applies to
ReverseDivide(UInt64, Boolean)
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseDivide (ulong value, bool inPlace = false);
override this.ReverseDivide : uint64 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseDivide (value As ULong, Optional inPlace As Boolean = false) As UInt64DataFrameColumn
Parameters
- value
- UInt64
- inPlace
- Boolean
Returns
Applies to
ReverseDivide(Single)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseDivide (float value);
override this.ReverseDivide : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseDivide (value As Single) As SingleDataFrameColumn
Parameters
- value
- Single
Returns
Applies to
ReverseDivide(Int16)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseDivide (short value);
override this.ReverseDivide : int16 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseDivide (value As Short) As SingleDataFrameColumn
Parameters
- value
- Int16
Returns
Applies to
ReverseDivide(Int32)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseDivide (int value);
override this.ReverseDivide : int -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseDivide (value As Integer) As SingleDataFrameColumn
Parameters
- value
- Int32
Returns
Applies to
ReverseDivide(Double)
public Microsoft.Data.Analysis.DoubleDataFrameColumn ReverseDivide (double value);
override this.ReverseDivide : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function ReverseDivide (value As Double) As DoubleDataFrameColumn
Parameters
- value
- Double
Returns
Applies to
ReverseDivide(Decimal)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseDivide (decimal value);
override this.ReverseDivide : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseDivide (value As Decimal) As DecimalDataFrameColumn
Parameters
- value
- Decimal
Returns
Applies to
ReverseDivide(SByte)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseDivide (sbyte value);
override this.ReverseDivide : sbyte -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseDivide (value As SByte) As SingleDataFrameColumn
Parameters
- value
- SByte