Search Results for

    Show / Hide Table of Contents

    Class SweepLineInterval

    Inheritance
    object
    SweepLineInterval
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Index.Sweepline
    Assembly: NetTopologySuite.dll
    Syntax
    public class SweepLineInterval

    Constructors

    | Edit this page View Source

    SweepLineInterval(double, double)

    Declaration
    public SweepLineInterval(double min, double max)
    Parameters
    Type Name Description
    double min
    double max
    | Edit this page View Source

    SweepLineInterval(double, double, object)

    Declaration
    public SweepLineInterval(double min, double max, object item)
    Parameters
    Type Name Description
    double min
    double max
    object item

    Properties

    | Edit this page View Source

    Item

    Declaration
    public object Item { get; }
    Property Value
    Type Description
    object
    | 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