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

定義

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

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

実装

適用対象