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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If A or B is a dummy, returns dummy.
Syntax
public static int iMod(
	CGXNETCore gxNetShared,
	int a,
	int b
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
a
Type: SystemInt32
A
b
Type: SystemInt32
B (must not be zero)

Return Value

Type: Int32
Int
See Also