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