Class Range
INTERNAL: A numeric range between a pair of numbers. Perhaps this class could become 1st class citizen extending Shape but not now. Only public so is accessible from tests in another package.
Inheritance
System.Object
Range
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Spatial4n.dll
Syntax
public class Range
Constructors
Name | Description |
---|---|
Range(Double, Double) |
Fields
Name | Description |
---|---|
m_max | |
m_min |
Properties
Name | Description |
---|---|
Center | |
Max | |
Min | |
Width |
Methods
Name | Description |
---|---|
Contains(Double) | |
DeltaLen(Range) | |
Equals(Object) | |
ExpandTo(Range) | |
GetHashCode() | |
ToString() | |
XRange(IRectangle, SpatialContext) | |
YRange(IRectangle, SpatialContext) |