Constructs a new
Constant curve with the specified
Y-value.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public Constant(
double constant
)
|
| Visual Basic (Declaration) |
Public Sub New ( _
constant As Double _
)
|
| Visual C++ |
public:
Constant(
double constant
)
|
| F# |
new :
constant:float -> Constant
|
See Also