UIntPtr.INumber<UIntPtr>.CopySign(UIntPtr, UIntPtr) メソッド

定義

値の符号を別の値の符号にコピーします。

 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 の値。

実装

適用対象