Inner Drive Extensible Architecture
C#
Show/Hide TOC
Area
Multiply(Area, Int
32) 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
Area
operator
*
(
Area
left
,
int
right
)
Parameters
left
Area
The value which
right
multiplies.
right
Int32
The value which multiplies
left
.
Return Value
Area
The product of
left
multiplied by
right
.
Implements
IMultiplyOperators
TSelf, TOther, TResult
Multiply(TSelf, TOther)
See Also
Reference
Area Structure
Multiply Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also