Click or drag to resize

UtilQuadraticHasRealSolutions Property

Does the equation have real solutions?

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public bool HasRealSolutions { get; }

Return Value

Type: Boolean
True if the equation has real solutions, false otherwise.
Remarks
Equivalent to Discriminant being greater or equal to zero.
See Also