Click or drag to resize

UnitsUtilitiesTranslateToUnitsAndRound Method

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public static float TranslateToUnitsAndRound(
	float inputValue
)

Parameters

inputValue
Type: SystemSingle
The value that should be translated.

Return Value

Type: Single
The translated and rounded value.
See Also