 | CMATHiAbs Method |
Calculate absolute value
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iAbs(
int n
)
public static int iAbs(
int n
)
Public Shared Function iAbs (
n As Integer
) As Integer
Public Shared Function iAbs (
n As Integer
) As Integer
public:
static int iAbs(
int n
)
public:
static int iAbs(
int n
)
static member iAbs :
n : int -> int
static member iAbs :
n : int -> int
Parameters
- n
- Type: SystemInt32
Integer
Return Value
Type:
Int32Integer
RemarksDummy values return dummy
See Also