Inner Drive Extensible Architecture
C#
Show/Hide TOC
Length
Multiply(Length, Double) Operator
Multiplies two values together to compute their product.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
Length
operator
*
(
Length
left
,
double
right
)
Parameters
left
Length
The value which
right
multiplies.
right
Double
The value which multiplies
left
.
Return Value
Length
The product of
left
multiplied by
right
.
Implements
IMultiplyOperators
TSelf, TOther, TResult
Multiply(TSelf, TOther)
See Also
Reference
Length Structure
Multiply Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also