Click or drag to resize
MathAbs Method
Overload List
  NameDescription
Public methodStatic memberAbs(Decimal)
Returns the absolute value of a Decimal number.
Public methodStatic memberAbs(Double)
Returns the absolute value of a double-precision floating-point number.
Public methodStatic memberAbs(Int16)
Returns the absolute value of a 16-bit signed integer.
Public methodStatic memberAbs(Int32)
Returns the absolute value of a 32-bit signed integer.
Public methodStatic memberAbs(Int64)
Returns the absolute value of a 64-bit signed integer.
Public methodStatic memberAbs(SByte)
Returns the absolute value of an 8-bit signed integer.
Public methodStatic memberAbs(Single)
Returns the absolute value of a single-precision floating-point number.
Top
See Also