3 references to Multiply
Microsoft.CodeAnalysis.VisualBasic (2)
Preprocessor\TypeHelpers.vb (1)
74
pdecResult = Decimal.
Multiply
(pdecLeft, pdecRight)
Semantics\Operators.vb (1)
1474
resultValue = Decimal.
Multiply
(leftValue, rightValue)
System.Data.Common (1)
System\Data\SQLTypes\SQLMoney.cs (1)
298
new SqlMoney(decimal.
Multiply
(x.ToDecimal(), y.ToDecimal()));