次の方法で共有


UInt64DataFrameColumn.ReverseModulo メソッド

定義

オーバーロード

ReverseModulo(UInt64, Boolean)

ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
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

パラメーター

value
UInt64
inPlace
Boolean

戻り値

適用対象

ReverseModulo(UInt32, Boolean)

ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
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

パラメーター

value
UInt32
inPlace
Boolean

戻り値

適用対象

ReverseModulo(UInt16, Boolean)

ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
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

パラメーター

value
UInt16
inPlace
Boolean

戻り値

適用対象

ReverseModulo(Byte, Boolean)

ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
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

パラメーター

value
Byte
inPlace
Boolean

戻り値

適用対象

ReverseModulo(Single)

ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
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

パラメーター

value
Single

戻り値

適用対象

ReverseModulo(Int32)

ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
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

パラメーター

value
Int32

戻り値

適用対象

ReverseModulo(Int16)

ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
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

パラメーター

value
Int16

戻り値

適用対象

ReverseModulo(Double)

ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
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

パラメーター

value
Double

戻り値

適用対象

ReverseModulo(Decimal)

ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
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

パラメーター

value
Decimal

戻り値

適用対象

ReverseModulo(SByte)

ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
ソース:
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

パラメーター

value
SByte

戻り値

適用対象