Search Results for

    Show / Hide Table of Contents

    Class CoordinateSequenceEx

    Inheritance
    object
    CoordinateSequenceEx
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Geometries
    Assembly: NetTopologySuite.dll
    Syntax
    public static class CoordinateSequenceEx

    Methods

    | Edit this page View Source

    GetHashCode(CoordinateSequence, int, Func<int, int>)

    Declaration
    public static int GetHashCode(this CoordinateSequence sequence, int baseValue, Func<int, int> operation)
    Parameters
    Type Name Description
    CoordinateSequence sequence
    int baseValue
    Func<int, int> operation
    Returns
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX