Show / Hide Table of Contents

    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 Source

    MinMax(Double, Double)

    Declaration
    public MinMax(double value1, double value2)
    Parameters
    Type Name Description
    System.Double value1
    System.Double value2

    Properties

    | Improve this Doc View Source

    Max

    Declaration
    public double Max { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Min

    Declaration
    public double Min { get; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX