Returns the absolute value

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public BigInteger abs()
Visual Basic
Public Function abs As BigInteger
Visual C++
public:
BigInteger^ abs()
F#
member abs : unit -> BigInteger 

Return Value

Type: BigInteger

See Also