ObjectiveFunctionF Method |
Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public override double F(
List<double> a
)
Public Overrides Function F (
a As List(Of Double)
) As Double
Request Example
View SourceParameters
- a ListDouble
-
Return Value
DoubleSee Also