BigInteger.UnaryPlus Operator

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns the value of the BigInteger operand. (The sign of the operand is unchanged.)

Namespace:  System.Numerics
Assembly:  System.Numerics (in System.Numerics.dll)

Syntax

'Declaration
Public Shared Operator + ( _
    value As BigInteger _
) As BigInteger
public static BigInteger operator +(
    BigInteger value
)

Parameters

Return Value

Type: System.Numerics.BigInteger
The value of the value operand.

Remarks

The UnaryPlus method defines the operation of the unary positive operator for BigInteger values.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.