Limits Class |
The Limits type exposes the following members.
Name | Description | |
---|---|---|
![]() | Limits | Initializes a new instance of the Limits class. |
![]() | Limits(Double, Double) | Initializes a new instance of the Limits class. |
Name | Description | |
---|---|---|
![]() | LowerLimit | Gets or sets the lower limit. |
![]() | UpperLimit | Gets or sets the upper limit. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() | GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class. |
![]() | ReadXml | Generates an object from its XML representation. |
![]() | SetLimits(Limits) | Change the limits to new values. |
![]() | SetLimits(Double, Double) | Change the limits to new values. |
![]() | WriteXml | Converts an object into its XML representation. |