Half.CopySign(Half, Half) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the sign of a value to the sign of another value.
public:
static Half CopySign(Half value, Half sign) = System::Numerics::INumber<Half>::CopySign;
C#
public static Half CopySign(Half value, Half sign);
static member CopySign : Half * Half -> Half
Public Shared Function CopySign (value As Half, sign As Half) As Half
- value
- Half
The value whose magnitude is used in the result.
- sign
- Half
The value whose sign is used in the result.
A value with the magnitude of value
and the sign of sign
.
Applies to
منتج | الإصدارات |
---|---|
.NET | 7, 8, 9, 10 |
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
ملاحظات .NET
.NET هو مشروع مصدر مفتوح. حدد رابطًا لتقديم الملاحظات: