1 reference to CopySign
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
364
return (T)(object)sbyte.
CopySign
((sbyte)(object)value, (sbyte)(object)sign);