Share via


UInt64DataFrameColumn.ReverseModulo Method

Definition

Overloads

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

ReverseModulo(UInt64, Boolean)

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

Parameters

value
UInt64
inPlace
Boolean

Returns

Applies to

ReverseModulo(UInt32, Boolean)

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

Parameters

value
UInt32
inPlace
Boolean

Returns

Applies to

ReverseModulo(UInt16, Boolean)

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

Parameters

value
UInt16
inPlace
Boolean

Returns

Applies to

ReverseModulo(Byte, Boolean)

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

Parameters

value
Byte
inPlace
Boolean

Returns

Applies to

ReverseModulo(Single)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseModulo(float value);
override this.ReverseModulo : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseModulo (value As Single) As SingleDataFrameColumn

Parameters

value
Single

Returns

Applies to

ReverseModulo(Int32)

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

Parameters

value
Int32

Returns

Applies to

ReverseModulo(Int16)

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

Parameters

value
Int16

Returns

Applies to

ReverseModulo(Double)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DoubleDataFrameColumn ReverseModulo(double value);
override this.ReverseModulo : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function ReverseModulo (value As Double) As DoubleDataFrameColumn

Parameters

value
Double

Returns

Applies to

ReverseModulo(Decimal)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseModulo(decimal value);
override this.ReverseModulo : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseModulo (value As Decimal) As DecimalDataFrameColumn

Parameters

value
Decimal

Returns

Applies to

ReverseModulo(SByte)

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

Parameters

value
SByte

Returns

Applies to