Constructs a new curve with the specified number of
parameters.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
protected Curve(
int parameterCount
) |
| Visual Basic (Declaration) |
|---|
Protected Sub New ( _
parameterCount As Integer _
) |
| Visual C++ |
|---|
protected:
Curve(
int parameterCount
) |
| F# |
|---|
new :
parameterCount:int -> Curve |
Remarks
Exceptions
See Also