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

定義

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

 static UInt128 System.Numerics.INumber<System.UInt128>.CopySign(UInt128 value, UInt128 sign) = System::Numerics::INumber<UInt128>::CopySign;
static UInt128 INumber<UInt128>.CopySign (UInt128 value, UInt128 sign);
static member System.Numerics.INumber<System.UInt128>.CopySign : UInt128 * UInt128 -> UInt128
 Shared Function CopySign (value As UInt128, sign As UInt128) As UInt128 Implements INumber(Of UInt128).CopySign

パラメーター

value
UInt128

結果で使用される大きさの値。

sign
UInt128

結果で符号が使用される値。

戻り値

value の絶対値と符号 sign の値。

実装

適用対象