Class MinMax
Inheritance
System.Object
MinMax
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.UI
Assembly: Mapsui.dll
Syntax
public class MinMax
Constructors
| Improve this Doc View SourceMinMax(Double, Double)
Declaration
public MinMax(double value1, double value2)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value1 | |
System.Double | value2 |
Properties
| Improve this Doc View SourceMax
Declaration
public double Max { get; }
Property Value
Type | Description |
---|---|
System.Double |
Min
Declaration
public double Min { get; }
Property Value
Type | Description |
---|---|
System.Double |