Property Minimum
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Minimum
Gets or sets the minimum value of the range.
public double Minimum { get; set; }
Property Value
Exceptions
- ArgumentException
When the value is larger than the maximum.
- ArgumentException
When the value is
Double.NaN
or infinity.