Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double aAbs(Double X) | |
| 2 | Int32 aAbs(Int32 X) | |
| 3 | Single aAbs(Single X) |
Overload 1: Double aAbs(Double X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double
Overload 2: Int32 aAbs(Int32 X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Int32 |
Returns: Int32
Overload 3: Single aAbs(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single