Click or drag to resize
Accord.NET (logo)

Modular Constructor

Initializes a new instance of the Modular class.

Namespace:  Accord.Math.Distances
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Modular(
	int modulo
)
Request Example View Source

Parameters

modulo
Type: SystemInt32
The maximum value that the distance can have before it wraps around in the circle (i.e. 360).
See Also