  | CMATHiMod Method  | 
 Calculates the modulus of two integers
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iMod(
	CGXNETCore gxNetShared,
	int a,
	int b
)
public static int iMod(
	CGXNETCore gxNetShared,
	int a,
	int b
)
Public Shared Function iMod ( 
	gxNetShared As CGXNETCore,
	a As Integer,
	b As Integer
) As Integer
Public Shared Function iMod ( 
	gxNetShared As CGXNETCore,
	a As Integer,
	b As Integer
) As Integer
public:
static int iMod(
	CGXNETCore^ gxNetShared, 
	int a, 
	int b
)
public:
static int iMod(
	CGXNETCore^ gxNetShared, 
	int a, 
	int b
)
static member iMod : 
        gxNetShared : CGXNETCore * 
        a : int * 
        b : int -> int 
static member iMod : 
        gxNetShared : CGXNETCore * 
        a : int * 
        b : int -> int 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - a
 - Type: SystemInt32
A - b
 - Type: SystemInt32
B (must not be zero) 
Return Value
Type: 
Int32Int
RemarksIf A or B is a dummy, returns dummy.
See Also