UInt32.INumber<UInt32>.CopySign(UInt32, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將值的正負號複製到另一個值的正負號。
static System::UInt32 System.Numerics.INumber<System.UInt32>.CopySign(System::UInt32 value, System::UInt32 sign) = System::Numerics::INumber<System::UInt32>::CopySign;
static uint INumber<uint>.CopySign (uint value, uint sign);
static member System.Numerics.INumber<System.UInt32>.CopySign : uint32 * uint32 -> uint32
Shared Function CopySign (value As UInteger, sign As UInteger) As UInteger Implements INumber(Of UInteger).CopySign
參數
- value
- UInt32
值,其大小用於結果中。
- sign
- UInt32
值,其正負號用於結果中。
傳回
量級為 value
且符號為 sign
的值。