Click or drag to resize

CMATHiAbs Method

Calculate absolute value

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iAbs(
	int n
)

public static int iAbs(
	int n
)

Parameters

n
Type: SystemInt32
Integer

Return Value

Type: Int32
Integer
Remarks
Dummy values return dummy
See Also