ConversionRatioMultiply Operator (ConversionRatio, Decimal) |
Implements the operator *. This multiplies the multipliers and the divisors.
Namespace:
Aloe.EnterpriseOne.Model.Core.Metrics
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static ConversionRatio operator *(
ConversionRatio one,
decimal other
)
Public Shared Operator * (
one As ConversionRatio,
other As Decimal
) As ConversionRatio
public:
static ConversionRatio^ operator *(
ConversionRatio^ one,
Decimal^ other
)
static let inline (*)
one : ConversionRatio *
other : decimal : ConversionRatio
Parameters
- one
- Type: Aloe.EnterpriseOne.Model.Core.MetricsConversionRatio
The one. - other
- Type: SystemDecimal
The other.
Return Value
Type:
ConversionRatio
The result of the operator.
See Also