UInt128.INumber<UInt128>.CopySign(UInt128, UInt128) Method

Definition

Copies the sign of a value to the sign of another value.

C#
static UInt128 INumber<UInt128>.CopySign(UInt128 value, UInt128 sign);

Parameters

value
UInt128

The value whose magnitude is used in the result.

sign
UInt128

The value whose sign is used in the result.

Returns

A value with the magnitude of value and the sign of sign.

Implements

Applies to

Proizvod Verzije
.NET 7, 8, 9, 10