Share via


SByteDataFrameColumn.ReverseMultiply Method

Definition

Overloads

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

ReverseMultiply(UInt64)

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

Parameters

value
UInt64

Returns

Applies to

ReverseMultiply(UInt32)

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

Parameters

value
UInt32

Returns

Applies to

ReverseMultiply(UInt16)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseMultiply(ushort value);
override this.ReverseMultiply : uint16 -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseMultiply (value As UShort) As Int32DataFrameColumn

Parameters

value
UInt16

Returns

Applies to

ReverseMultiply(Single)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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(SByte)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseMultiply(sbyte value);
override this.ReverseMultiply : sbyte -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseMultiply (value As SByte) As Int32DataFrameColumn

Parameters

value
SByte

Returns

Applies to

ReverseMultiply(Int64)

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

Parameters

value
Int64

Returns

Applies to

ReverseMultiply(Int16)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseMultiply(short value);
override this.ReverseMultiply : int16 -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseMultiply (value As Short) As Int32DataFrameColumn

Parameters

value
Int16

Returns

Applies to

ReverseMultiply(Double)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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(Decimal)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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(Byte)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseMultiply(byte value);
override this.ReverseMultiply : byte -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseMultiply (value As Byte) As Int32DataFrameColumn

Parameters

value
Byte

Returns

Applies to

ReverseMultiply(Int32)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseMultiply(int value);
override this.ReverseMultiply : int -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseMultiply (value As Integer) As Int32DataFrameColumn

Parameters

value
Int32

Returns

Applies to