Class NumericValue
Represets a simple numeric value.
Inheritance
System.Object
NumericValue
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 NumericValue : IAbsoluteRangeValue, IRangeValue
Constructors
NumericValue(Double)
Initializes a new instance of the NumericValue class.
Declaration
public NumericValue(double number)
Parameters
System.Double
number
|
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
|