Table of Contents
EffectivePercentValue Property

Gets the effective percent value as a value between 0 and 1.

Syntax
 public Double EffectivePercentValue { get; }
Remarks

If Value is less than 1, then it is directly interpreted as the effective value. For example, if Value is 0.5, then the effective value is 0.5 (50%). However if Value is greater than 1, then this function returns Value divided by 100. For example, if Value is 50, then this function returns 0.5 (50%).

Exceptions

Exception Type Condition
InvalidOperationException In case UnitType is not equal to Percentage.
See Also