UIntPtr.INumber<UIntPtr>.CopySign(UIntPtr, UIntPtr) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将值的符号复制到另一个值的符号。
 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 的符号。