Class Range
Inheritance
System.Object
Range
Namespace: UrlLib
Assembly: UrlLib.dll
Syntax
public class Range
Constructors
Range(Double, Double)
Declaration
public Range(double start, double end)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | start | |
| System.Double | end |
Properties
End
Declaration
public double End { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Start
Declaration
public double Start { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |