







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