Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / MmToInches Method
The distance in Millimeters

In This Topic
    MmToInches Method
    In This Topic
    Converts Millimeters to Inches.
    Syntax
    'Declaration
     
    Public Shared Function MmToInches( _
       ByVal mm As Double _
    ) As Double
    public static double MmToInches( 
       double mm
    )

    Parameters

    mm
    The distance in Millimeters

    Return Value

    The distance in inches.
    See Also