Click or drag to resize

UtilQuadraticHasRealSolutions Property

Does the equation have real solutions?

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 14.0.0.10531
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