Struct
Threshold

Specifies the threshold.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public struct Threshold : IEquatable<Threshold>

Implements: IEquatable<Threshold>

Inherited Members ValueType.GetHashCode()ValueType.ToString()

Constructors

Threshold(double, double)

Initializes a new instance of the Threshold struct.

Declaration

cs-api-definition
public Threshold(double minimum, double maximum)

Parameters

minimum

double

The minimum value of the threshold.

maximum

double

The maximum value of the threshold.

Properties

Maximum

Gets or sets the maximum value for threshold.

Declaration

cs-api-definition
public readonly double Maximum { get; }

Property Value

double

Minimum

Gets or sets the minimum value for threshold.

Declaration

cs-api-definition
public readonly double Minimum { get; }

Property Value

double

Methods

Equals(Threshold)

Indicates whether the current threshold is equal to another threshold.

Declaration

cs-api-definition
public bool Equals(Threshold other)

Parameters

other

Threshold

Returns

bool

Implements IEquatable<Threshold>.Equals(Threshold)

Equals(object)

Indicates whether the current threshold is equal to another threshold.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides ValueType.Equals(object)

Operators

operator !=(Threshold, Threshold)

Indicates whether the current threshold is not equal to another threshold.

Declaration

cs-api-definition
public static bool operator !=(Threshold left, Threshold right)

Parameters

left

Threshold

right

Threshold

Returns

bool

operator ==(Threshold, Threshold)

Indicates whether the current threshold is equal to another threshold.

Declaration

cs-api-definition
public static bool operator ==(Threshold left, Threshold right)

Parameters

left

Threshold

right

Threshold

Returns

bool