| MCUtilitiesRoundValueWithPrecision Method |
Rounds input value, based on precision preference.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax public static float RoundValueWithPrecision(
float inputValue
)
Parameters
- inputValue
- Type: SystemSingle
The value which should be rounded.
Return Value
Type:
SingleRounded value.
See Also