Utility.InchesToMm Method

Converts Inches to Millimeters.
Public Shared Function InchesToMm( _ 
ByVal inches As Double
) As Double
This language is not supported or no code example is available.
public static double InchesToMm( 
double inches 
)
This language is not supported or no code example is available.

Parameters

inches
double

The distance in Inches

Return Value

double

The distance in Millimeters.

.NET Framework

Supported in: 4.8

In this article

Definition