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

구현

적용 대상