QuarticRealPolynomial.Discriminant Method |
Provides the discriminant of the quartic equation from the supplied coefficients.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Discriminant()
Public Function Discriminant As Double
public:
double Discriminant()
member Discriminant : unit -> float
Return Value
Type:
DoubleThe value of the discriminant.
See Also