SolutionPair Constructor
Initializes a new solution pair with the given values.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public SolutionPair(
double firstSolutionValue,
double firstSolutionDerivative,
double secondSolutionValue,
double secondSolutionDerivative
)
Public Sub New (
firstSolutionValue As Double,
firstSolutionDerivative As Double,
secondSolutionValue As Double,
secondSolutionDerivative As Double
)
public:
SolutionPair(
double firstSolutionValue,
double firstSolutionDerivative,
double secondSolutionValue,
double secondSolutionDerivative
)
new :
firstSolutionValue : float *
firstSolutionDerivative : float *
secondSolutionValue : float *
secondSolutionDerivative : float -> SolutionPair
Parameters
- firstSolutionValue Double
- The value of the first solution.
- firstSolutionDerivative Double
- The derivative of the first solution.
- secondSolutionValue Double
- The value of the second solution.
- secondSolutionDerivative Double
- The derivative of the second solution.