Click or drag to resize

CMATHiMod Method

Calculates the modulus of two integers

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iMod(
	CGXNETCore gxNetShared,
	int a,
	int b
)

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
Remarks
If A or B is a dummy, returns dummy.
See Also