Click or drag to resize

FieldTModulo Method

Get the modulo of two elements.

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public abstract T Modulo(
	T a,
	T b
)

Parameters

a
Type: T
The dividend.
b
Type: T
The divisor.

Return Value

Type: T
The modulo of a and b.
See Also