AccuracyGoal.IsEmpty Property

Gets whether an AccuracyGoal value has no value.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool IsEmpty { get; }

Property Value

Boolean
true if the accuracy goal has no value; otherwise false.

See Also