Range Class

Note: This API is now obsolete.

Represents binary data.

Inheritance Hierarchy

System.Object
  TcHmiSrv.Range
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

[ObsoleteAttribute("Type 'TcHmiSrv.Range' is obsolete.")]
public class Range : IEquatable<Range>, 
    IDisposable

The Range type exposes the following members.

Constructors

 

Name

Description

Range Class 1:

Range.

Initializes a new instance of the Range class

Range Class 2:

Range(Double, Double)

Initializes a new instance of the Range class with the specified lower and upper bound.

Properties

 

Name

Description

Range Class 3:

Lower

Range Class 4:

Upper

Methods

 

Name

Description

Range Class 5:

Dispose.

Releases all resources used by the Range

Range Class 6:

Dispose(Boolean)

Releases the unmanaged resources used by the Range and optionally releases the managed resources

Range Class 7:

Equals(Object)

Determines whether the specified object is equal to the current object. (Inherited from Object.)

Range Class 8:

Equals(Range)

Indicates whether the current Range is equal to another Range.

Range Class 9:

Finalize

(Overrides Object.Finalize..)

Range Class 10:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

Range Class 11:

GetType

Gets the Type of the current instance. (Inherited from Object.)

Range Class 12:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Range Class 13:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Operators

 

Name

Description

Range Class 14:

Range Class 15:

Equality

Determines whether two instances of the Range class are equal.

Range Class 16:

Range Class 17:

Inequality

Determines whether two instances of the Range class are not equal.

Reference

TcHmiSrv Namespace