Click or drag to resize
CMATHiMod Method
Calculates the modulus of two integers

Available since Oasis montaj version: 6.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If A or B is a dummy, returns dummy.
Syntax
public static int iMod(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
A
i2
Type: SystemInt32
B (must not be zero)

Return Value

Type: Int32
int
See Also