|
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
)
Public Sub New (
modulo As Integer
)
Request Example
View SourceParameters
- modulo
- Type: SystemInt32
The maximum value that the distance can
have before it wraps around in the circle (i.e. 360).
See Also