Inner Drive Extensible Architecture
C#
Show/Hide TOC
Length
Division(Length, Int
32) Operator
Divides one value by another to compute their quotient.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
Length
operator
/
(
Length
left
,
int
right
)
Parameters
left
Length
The value which
right
divides.
right
Int32
The value which divides
left
.
Return Value
Length
The quotient of
left
divided by
right
.
Implements
IDivisionOperators
TSelf, TOther, TResult
Division(TSelf, TOther)
See Also
Reference
Length Structure
Division Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also