PaperUnitHelperInchesToMillimeters Method |
Converts a value in inches to millimeters.
Namespace: Dundas.BI.PrintAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static double InchesToMillimeters(
double value
)
Public Shared Function InchesToMillimeters (
value As Double
) As Double
public:
static double InchesToMillimeters(
double value
)
static member InchesToMillimeters :
value : float -> float Parameters
- value Double
- The value in inches.
Return Value
DoubleThe value in millimeters.
See Also