Table of Contents

Class ValueRange

Namespace
Loehnert.Lisrt.Multimeter
Assembly
Loehnert.Lisrt.Multimeter.dll

Represents a value range. E.g. 200mV.

public class ValueRange : Range, IRange, IHasKey, INotifyPropertyChanged
Inheritance
ValueRange
Implements
Derived
Inherited Members

Constructors

ValueRange()

Initializes a new instance of the ValueRange class.

public ValueRange()

Properties

Value

Gets or sets the value of the range. E.g. 0.1 for 100mV.

public double Value { get; set; }

Property Value

double

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler