 | TabulatedFunctionSetX Method (Int32, Double) |
Sets the value of the independent tabulated value at the specified
index to the specified value.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic void SetX(
int i,
double x
)
Public Sub SetX (
i As Integer,
x As Double
)
public:
void SetX(
int i,
double x
)
member SetX :
i : int *
x : float -> unit
Parameters
- i
- Type: SystemInt32
A tabulated value index. - x
- Type: SystemDouble
A value.
ExceptionsException | Condition |
---|
InvalidArgumentException | Thrown if this operation would
cause the sequence of tabulated independent values to be non-increasing. |
See Also