|
ToolsMod Method (Double, Double)
|
Gets the proper modulus operation for
a real value x and modulo m.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double Mod(
double x,
double m
)
Public Shared Function Mod (
x As Double,
m As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
- m
- Type: SystemDouble
Return Value
Type:
DoubleSee Also