Single.IDivisionOperators<Single,Single,Single>.Division 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 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
Parameters
- left
- Single
The value that right
divides.
- right
- Single
The value that divides left
.
Returns
The quotient of left
divided by right
.
Implements
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.