Class Threshold
Inheritance
System.Object
Threshold
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class Threshold : ValueType, IEquatable<Threshold>
Constructors
Threshold(Double, Double)
Declaration
public Threshold(double minimum, double maximum)
Parameters
|
System.Double
minimum
|
|
System.Double
maximum
|
Properties
Maximum
Declaration
public double Maximum { get; }
Property Value
|
System.Double
|
Minimum
Declaration
public double Minimum { get; }
Property Value
|
System.Double
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
Equals(Threshold)
Operators
Equality(Threshold, Threshold)
Declaration
public static bool operator ==(Threshold left, Threshold right)
Parameters
|
Threshold
left
|
|
Threshold
right
|
Returns
|
System.Boolean
|
Inequality(Threshold, Threshold)
Declaration
public static bool operator !=(Threshold left, Threshold right)
Parameters
|
Threshold
left
|
|
Threshold
right
|
Returns
|
System.Boolean
|