| UnitsUtilitiesTranslateToUnitsAndRound Method |
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax public static float TranslateToUnitsAndRound(
float inputValue
)
Parameters
- inputValue
- Type: SystemSingle
The value that should be translated.
Return Value
Type:
SingleThe translated and rounded value.
See Also