Click or drag to resize
CMATHiOr Method
Return the unary operation result of A | B Returns an integer number If A or B is a dummy, returns dummy.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int iOr(
	CGXNETCore gxNetShared,
	int pi_val1,
	int pi_val2
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pi_val1
Type: SystemInt32
A
pi_val2
Type: SystemInt32
B

Return Value

Type: Int32
See Also