TDouble.Mod Method

Computes the remainder after dividing this integer value by the specified integer value.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public BaseEntry Mod(
	TDouble value
)

Parameters

value  TDouble
Integer divisor.

Return Value

BaseEntry
Remainder after dividing this by value.

See Also