UInt32.INumber<UInt32>.CopySign(UInt32, UInt32) Método

Definición

Copia el signo de un valor en el signo de otro valor.

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

Parámetros

value
UInt32

Valor cuya magnitud se usa en el resultado.

sign
UInt32

Valor cuyo signo se usa en el resultado.

Devoluciones

Valor con la magnitud de value y el signo de sign.

Implementaciones

Se aplica a

Producto Versiones
.NET 7, 8, 9, 10