Click or drag to resize

CMATHiAnd Method

Return the unary operation result of A & B Returns an integer number If A or B is a dummy, returns dummy.

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

public static int iAnd(
	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