Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

x
Type: SystemDouble
m
Type: SystemDouble

Return Value

Type: Double
See Also