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