Decimal128.CopySign(Decimal128, Decimal128) Method

Definition

public:
 static System::Numerics::Decimal128 CopySign(System::Numerics::Decimal128 value, System::Numerics::Decimal128 sign) = System::Numerics::INumber<System::Numerics::Decimal128>::CopySign;
public static System.Numerics.Decimal128 CopySign(System.Numerics.Decimal128 value, System.Numerics.Decimal128 sign);
static member CopySign : System.Numerics.Decimal128 * System.Numerics.Decimal128 -> System.Numerics.Decimal128
Public Shared Function CopySign (value As Decimal128, sign As Decimal128) As Decimal128

Parameters

value
Decimal128
sign
Decimal128

Returns

Implements

Applies to