Search Results for

    Show / Hide Table of Contents

    Class MMinMax

    Inheritance
    object
    MMinMax
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui
    Assembly: Mapsui.dll
    Syntax
    public class MMinMax

    Constructors

    | Edit this page View Source

    MMinMax(double, double)

    Declaration
    public MMinMax(double value1, double value2)
    Parameters
    Type Name Description
    double value1
    double value2

    Properties

    | Edit this page View Source

    Max

    Declaration
    public double Max { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Min

    Declaration
    public double Min { get; }
    Property Value
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX