Search Results for

    Show / Hide Table of Contents

    Class Degrees

    Converts degrees to radians.

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

    Methods

    | Edit this page View Source

    ToRadians(double)

    Converts degrees to radians.

    Declaration
    public static double ToRadians(double degrees)
    Parameters
    Type Name Description
    double degrees

    The angle in degrees.

    Returns
    Type Description
    double

    The angle in radians.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX