RangeFloat Class |
Namespace: Rubedos.RosToolsApplicationBase
public class RangeFloat : Range<float>
The RangeFloat type exposes the following members.
Name | Description | |
---|---|---|
![]() | RangeFloat |
Ctor
|
![]() | RangeFloat(Single, Single) |
Ctor
|
Name | Description | |
---|---|---|
![]() | Interval |
Max - Min
(Overrides RangeTInterval.) |
![]() | Maximum | Maximum value of the range. (Inherited from RangeT.) |
![]() | Middle |
(Max + Min) / 2
(Overrides RangeTMiddle.) |
![]() | Minimum | Minimum value of the range. (Inherited from RangeT.) |
Name | Description | |
---|---|---|
![]() | ContainsRange | Determines if another range is inside the bounds of this range. (Inherited from RangeT.) |
![]() | ContainsValue | Determines if the provided value is inside the range. (Inherited from RangeT.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsInsideRange | Determines if this Range is inside the bounds of another range. (Inherited from RangeT.) |
![]() | IsValid | Determines if the range is valid. (Inherited from RangeT.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides RangeTToString.) |