UInt64DataFrameColumn.ReverseMultiply Method

Definition

Overloads

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

ReverseMultiply(Byte, Boolean)

public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseMultiply (byte value, bool inPlace = false);
override this.ReverseMultiply : byte * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseMultiply (value As Byte, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Parameters

value
Byte
inPlace
Boolean

Returns

Applies to

ReverseMultiply(UInt64, Boolean)

public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseMultiply (ulong value, bool inPlace = false);
override this.ReverseMultiply : uint64 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseMultiply (value As ULong, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Parameters

value
UInt64
inPlace
Boolean

Returns

Applies to

ReverseMultiply(UInt32, Boolean)

public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseMultiply (uint value, bool inPlace = false);
override this.ReverseMultiply : uint32 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseMultiply (value As UInteger, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Parameters

value
UInt32
inPlace
Boolean

Returns

Applies to

ReverseMultiply(UInt16, Boolean)

public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseMultiply (ushort value, bool inPlace = false);
override this.ReverseMultiply : uint16 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseMultiply (value As UShort, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Parameters

value
UInt16
inPlace
Boolean

Returns

Applies to

ReverseMultiply(Single)

public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseMultiply (float value);
override this.ReverseMultiply : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseMultiply (value As Single) As SingleDataFrameColumn

Parameters

value
Single

Returns

Applies to

ReverseMultiply(Decimal)

public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseMultiply (decimal value);
override this.ReverseMultiply : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseMultiply (value As Decimal) As DecimalDataFrameColumn

Parameters

value
Decimal

Returns

Applies to

ReverseMultiply(Int32)

public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseMultiply (int value);
override this.ReverseMultiply : int -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseMultiply (value As Integer) As SingleDataFrameColumn

Parameters

value
Int32

Returns

Applies to

ReverseMultiply(Int16)

public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseMultiply (short value);
override this.ReverseMultiply : int16 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseMultiply (value As Short) As SingleDataFrameColumn

Parameters

value
Int16

Returns

Applies to

ReverseMultiply(Double)

public Microsoft.Data.Analysis.DoubleDataFrameColumn ReverseMultiply (double value);
override this.ReverseMultiply : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function ReverseMultiply (value As Double) As DoubleDataFrameColumn

Parameters

value
Double

Returns

Applies to

ReverseMultiply(SByte)

public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseMultiply (sbyte value);
override this.ReverseMultiply : sbyte -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseMultiply (value As SByte) As SingleDataFrameColumn

Parameters

value
SByte

Returns

Applies to