Half.Division(Half, Half) Operator
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.
Divides two values together to compute their quotient.
public:
static Half operator /(Half left, Half right) = System::Numerics::IDivisionOperators<Half, Half, Half>::op_Division;
public static Half operator / (Half left, Half right);
static member ( / ) : Half * Half -> Half
Public Shared Operator / (left As Half, right As Half) As Half
Parameters
- left
- Half
The value which right
divides.
- right
- Half
The value which divides left
.
Returns
The quotient of left
divided-by right
.
Implements
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.