AccuracyGoal.IsEmpty Property

Gets whether an AccuracyGoal value has no value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool IsEmpty { get; }

Property Value

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

See Also