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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.