Search Results for

    Show / Hide Table of Contents

    Class LengthExtensions

    Defines a collection of extensions for converting length measurements.

    Inheritance
    System.Object
    LengthExtensions
    Namespace: MADE.Data.Converters.Extensions
    Assembly: MADE.Data.Converters.dll
    Syntax
    public static class LengthExtensions : object

    Methods

    | Improve this Doc View Source

    ToMeters(Double)

    Converts a distance measured in miles to a distance measured in meters.

    Declaration
    public static double ToMeters(this double miles)
    Parameters
    Type Name Description
    System.Double miles

    The miles to convert to meters.

    Returns
    Type Description
    System.Double

    The meters that represent the miles.

    | Improve this Doc View Source

    ToMiles(Double)

    Converts a distance measured in meters to a distance measured in miles.

    Declaration
    public static double ToMiles(this double meters)
    Parameters
    Type Name Description
    System.Double meters

    The meters to convert to miles.

    Returns
    Type Description
    System.Double

    The miles that represent the meters.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps