Calculate the value of function.

Namespace:  C1.Silverlight.Chart.Extended
Assembly:  C1.Silverlight.Chart.Extended (in C1.Silverlight.Chart.Extended.dll)

Syntax

C#
protected double CalculateValue(
	Func<double, double> func,
	string funcJS,
	double parameter,
	out string errmsg
)
Visual Basic
Protected Function CalculateValue ( _
	func As Func(Of Double, Double), _
	funcJS As String, _
	parameter As Double, _
	<OutAttribute> ByRef errmsg As String _
) As Double

Parameters

func
Type: System..::..Func<(Of <(<'Double, Double>)>)>
funcJS
Type: System..::..String
parameter
Type: System..::..Double
errmsg
Type: System..::..String%

Return Value

See Also