Single.IDivisionOperators<Single,Single,Single>.Division Operator
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 one value by another to compute their quotient.
static float System.Numerics.IDivisionOperators<System.Single,System.Single,System.Single>.operator /(float left, float right) = System::Numerics::IDivisionOperators<float, float, float>::op_Division;
static float IDivisionOperators<float,float,float>.operator /(float left, float right);
static member ( / ) : single * single -> single
Shared Operator / (left As Single, right As Single) As Single Implements IDivisionOperators(Of Single, Single, Single).op_Division
- left
- Single
The value that right
divides.
- right
- Single
The value that divides left
.
The quotient of left
divided by right
.
Продукт | Версії |
---|---|
.NET | 7, 8, 9, 10 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: