Skip to content

ExtendedNumerics.BigDecimal.op_UnaryPlus(ExtendedNumerics.BigDecimal)

Adam White edited this page Oct 7, 2024 · 1 revision

BigDecimal.operator +(BigDecimal) Operator

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

public static ExtendedNumerics.BigDecimal operator +(ExtendedNumerics.BigDecimal value);

Parameters

value BigDecimal

Returns

BigDecimal

Clone this wiki locally