Share via


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의 부호 값입니다.

구현

적용 대상