Int64DataFrameColumn.ReverseModulo Method

Definition

Overloads

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

ReverseModulo(UInt32, Boolean)

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

Parameters

value
UInt32
inPlace
Boolean

Returns

Applies to

ReverseModulo(UInt16, Boolean)

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

Parameters

value
UInt16
inPlace
Boolean

Returns

Applies to

ReverseModulo(SByte, Boolean)

public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseModulo (sbyte value, bool inPlace = false);
override this.ReverseModulo : sbyte * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseModulo (value As SByte, Optional inPlace As Boolean = false) As Int64DataFrameColumn

Parameters

value
SByte
inPlace
Boolean

Returns

Applies to

ReverseModulo(Int64, Boolean)

public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseModulo (long value, bool inPlace = false);
override this.ReverseModulo : int64 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseModulo (value As Long, Optional inPlace As Boolean = false) As Int64DataFrameColumn

Parameters

value
Int64
inPlace
Boolean

Returns

Applies to

ReverseModulo(Int32, Boolean)

public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseModulo (int value, bool inPlace = false);
override this.ReverseModulo : int * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseModulo (value As Integer, Optional inPlace As Boolean = false) As Int64DataFrameColumn

Parameters

value
Int32
inPlace
Boolean

Returns

Applies to

ReverseModulo(Byte, Boolean)

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

Parameters

value
Byte
inPlace
Boolean

Returns

Applies to

ReverseModulo(Single)

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(Double)

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)

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(Int16, Boolean)

public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseModulo (short value, bool inPlace = false);
override this.ReverseModulo : int16 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseModulo (value As Short, Optional inPlace As Boolean = false) As Int64DataFrameColumn

Parameters

value
Int16
inPlace
Boolean

Returns

Applies to