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