IIntegral<'T> Type

Instance members

Instance member Description

this.DivRem

Full Usage: this.DivRem

Parameters:
    arg0 : 'T
    arg1 : 'T

Returns: 'T * 'T
Modifiers: abstract
arg0 : 'T
arg1 : 'T
Returns: 'T * 'T

this.Divide

Full Usage: this.Divide

Parameters:
    arg0 : 'T
    arg1 : 'T

Returns: 'T
Modifiers: abstract
arg0 : 'T
arg1 : 'T
Returns: 'T

this.Modulus

Full Usage: this.Modulus

Parameters:
    arg0 : 'T
    arg1 : 'T

Returns: 'T
Modifiers: abstract
arg0 : 'T
arg1 : 'T
Returns: 'T

this.OfBigInt

Full Usage: this.OfBigInt

Parameters:
Returns: 'T
Modifiers: abstract
arg0 : BigInteger
Returns: 'T

this.ToBigInt

Full Usage: this.ToBigInt

Parameters:
    arg0 : 'T

Returns: BigInteger
Modifiers: abstract
arg0 : 'T
Returns: BigInteger