DecimalDataFrameColumn.ReverseModulo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ReverseModulo(UInt32, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseModulo(uint value, bool inPlace = false);
override this.ReverseModulo : uint32 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseModulo (value As UInteger, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Paramètres
- value
- UInt32
- inPlace
- Boolean
Retours
S’applique à
ReverseModulo(UInt16, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseModulo(ushort value, bool inPlace = false);
override this.ReverseModulo : uint16 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseModulo (value As UShort, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Paramètres
- value
- UInt16
- inPlace
- Boolean
Retours
S’applique à
ReverseModulo(SByte, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseModulo(sbyte value, bool inPlace = false);
override this.ReverseModulo : sbyte * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseModulo (value As SByte, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Paramètres
- value
- SByte
- inPlace
- Boolean
Retours
S’applique à
ReverseModulo(Int64, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseModulo(long value, bool inPlace = false);
override this.ReverseModulo : int64 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseModulo (value As Long, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Paramètres
- value
- Int64
- inPlace
- Boolean
Retours
S’applique à
ReverseModulo(UInt64, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseModulo(ulong value, bool inPlace = false);
override this.ReverseModulo : uint64 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseModulo (value As ULong, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Paramètres
- value
- UInt64
- inPlace
- Boolean
Retours
S’applique à
ReverseModulo(Int16, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseModulo(short value, bool inPlace = false);
override this.ReverseModulo : int16 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseModulo (value As Short, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Paramètres
- value
- Int16
- inPlace
- Boolean
Retours
S’applique à
ReverseModulo(Decimal, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseModulo(decimal value, bool inPlace = false);
override this.ReverseModulo : decimal * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseModulo (value As Decimal, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Paramètres
- value
- Decimal
- inPlace
- Boolean
Retours
S’applique à
ReverseModulo(Byte, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseModulo(byte value, bool inPlace = false);
override this.ReverseModulo : byte * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseModulo (value As Byte, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Paramètres
- value
- Byte
- inPlace
- Boolean
Retours
S’applique à
ReverseModulo(Int32, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseModulo(int value, bool inPlace = false);
override this.ReverseModulo : int * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseModulo (value As Integer, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Paramètres
- value
- Int32
- inPlace
- Boolean