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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int iOr(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
A
i2
Type: SystemInt32
B

Return Value

Type: Int32
See Also