CspTerm.Multiply Operator
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Multiplies two values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Multiply(Double, CspTerm) | Multiplies a number by a term. |
![]() ![]() |
Multiply(Int32, CspTerm) | Multiplies an integer value by a term. |
![]() ![]() |
Multiply(CspTerm, CspTerm) | Multiplies two terms. |
![]() ![]() |
Multiply(CspTerm, Double) | Multiplies a term by a number. |
![]() ![]() |
Multiply(CspTerm, Int32) | Multiplies a term by an integer value. |
Top