TDouble.Mod Method
Computes the remainder after dividing this integer value by the specified integer value.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public BaseEntry Mod(
TDouble value
)
Public Function Mod (
value As TDouble
) As BaseEntry
public:
BaseEntry^ Mod(
TDouble^ value
)
member Mod :
value : TDouble -> BaseEntry
- value TDouble
- Integer divisor.
BaseEntryRemainder after dividing
this by
value.