UInt64DataFrameColumn.ReverseDivide Méthode

Définition

Surcharges

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

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

Paramètres

value
Byte
inPlace
Boolean

Retours

S’applique à

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

Paramètres

value
UInt32
inPlace
Boolean

Retours

S’applique à

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

Paramètres

value
UInt16
inPlace
Boolean

Retours

S’applique à

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

Paramètres

value
UInt64
inPlace
Boolean

Retours

S’applique à

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

Paramètres

value
Single

Retours

S’applique à

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

Paramètres

value
Int16

Retours

S’applique à

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

Paramètres

value
Int32

Retours

S’applique à

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

Paramètres

value
Double

Retours

S’applique à

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

Paramètres

value
Decimal

Retours

S’applique à

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

Paramètres

value
SByte

Retours

S’applique à