Specifies the required slopes at the left and right endpoints.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void SetEndSlopes( double leftEndSlope, double rightEndSlope ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetEndSlopes ( _ leftEndSlope As Double, _ rightEndSlope As Double _ ) |
| Visual C++ |
|---|
public: void SetEndSlopes( double leftEndSlope, double rightEndSlope ) |
Parameters
- leftEndSlope
- Type: System..::.Double
Value for the slope at the left endpoint.
- rightEndSlope
- Type: System..::.Double
Value for the slope at the right endpoint.