







Implements the operator *.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public static Term operator *( double factor, Term term ) |
Visual Basic |
---|
Public Shared Operator * ( _ factor As Double, _ term As Term _ ) As Term |
Visual C++ |
---|
public: static Term^ operator *( double factor, Term^ term ) |
Return Value
The result of the operator.
Contracts
Requires |
---|
!term.Equals(null) |
Ensures |
---|
(Object)Contract.Result<Term>() != null |