Returns an absolute value of the number. For a complex number see more details in Abs.
If obj is of type TSystem then applies this method recursively to all elements of the system.
public TNumber Abs()Public Function Abs As TNumberpublic:
TNumber^ Abs()member Abs : unit -> TNumber | GeneralException | Thrown if Type of obj is neither scalar nor TSystem. |