|
QuadraticObjectiveFunctionTryParse Method (String, QuadraticObjectiveFunction)
|
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static bool TryParse(
string str,
out QuadraticObjectiveFunction function
)
Public Shared Function TryParse (
str As String,
<OutAttribute> ByRef function As QuadraticObjectiveFunction
) As Boolean
Request Example
View SourceParameters
- str
- Type: SystemString
The string containing the function in textual form. - function
- Type: Accord.Math.OptimizationQuadraticObjectiveFunction
The resulting function, if it could be parsed.
Return Value
Type:
Booleantrue if the function could be parsed
from the string,
false otherwise.
See Also