Class PercentileValue
Represets a numeric value that takes values up to a certain percentile of the range.
Inheritance
System.Object
PercentileValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class PercentileValue : IAbsoluteRangeValue, IRangeValue
Constructors
PercentileValue(Double)
Initializes a new instance of the PercentileValue class.
Declaration
public PercentileValue(double percentile)
Parameters
System.Double
percentile
|
Properties
Type
Gets the type of the variable.
Declaration
public ValueType Type { get; }
Property Value
ValueType
|
Implements
Value
Gets the value of the variable.
Declaration
public double Value { get; }
Property Value
System.Double
|