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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.