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の符号を持つ値。

実装

適用対象