UInt64.INumber<UInt64>.CopySign(UInt64, UInt64) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copie le signe d’une valeur dans le signe d’une autre valeur.
static System::UInt64 System.Numerics.INumber<System.UInt64>.CopySign(System::UInt64 value, System::UInt64 sign) = System::Numerics::INumber<System::UInt64>::CopySign;
static ulong INumber<ulong>.CopySign(ulong value, ulong sign);
static member System.Numerics.INumber<System.UInt64>.CopySign : uint64 * uint64 -> uint64
Shared Function CopySign (value As ULong, sign As ULong) As ULong Implements INumber(Of ULong).CopySign
- value
- UInt64
Valeur dont la magnitude est utilisée dans le résultat.
- sign
- UInt64
Valeur dont le signe est utilisé dans le résultat.
Valeur d’amplitude value
et de signe sign
.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :