Class ChartMath.DoubleFunc
Represents the methods of double function.
Inheritance
System.Object
ChartMath.DoubleFunc
Assembly: Syncfusion.Chart.Base.dll
public sealed class DoubleFunc : MulticastDelegate
Constructors
Declaration
public DoubleFunc(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(double x, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Double |
x |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual double EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Declaration
public virtual double Invoke(double x)
Parameters
| Type |
Name |
Description |
| System.Double |
x |
|
Returns