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

定義

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

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

パラメーター

value
UInt16

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

sign
UInt16

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

戻り値

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

実装

適用対象