Overloading of the unary -- operator

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

Syntax

C#
public static BigInteger operator --(
	BigInteger bi1
)
Visual Basic
Public Shared Operator -- ( 
	bi1 As BigInteger
) As BigInteger
Visual C++
public:
static BigInteger^ operator --(
	BigInteger^ bi1
)
F#
static let inline (--)
        bi1 : BigInteger  : BigInteger

Return Value

Type: BigInteger

See Also