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

Definición

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

public:
 static override TSelf CopySign(TSelf value, TSelf sign);
public static virtual TSelf CopySign (TSelf value, TSelf sign);
static member CopySign : 'Self * 'Self -> 'Self
Public Shared Overrides Function CopySign (value As TSelf, sign As TSelf) As TSelf

Parámetros

value
TSelf

Valor cuya magnitud se usa en el resultado.

sign
TSelf

Valor cuyo signo se usa en el resultado.

Devoluciones

TSelf

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

Se aplica a