Called before the value of a curve parameter is changed.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual void OnParameterChanging(
int index,
double value
)
Protected Overridable Sub OnParameterChanging (
index As Integer,
value As Double
)
protected:
virtual void OnParameterChanging(
int index,
double value
)
abstract OnParameterChanging :
index : int *
value : float -> unit
override OnParameterChanging :
index : int *
value : float -> unit
Parameters
- index
- Type: SystemInt32
The index of the parameter. - value
- Type: SystemDouble
The new value of the parameter.
Inheritors can override this method to validate the value of the new
parameter.
Reference