Click or drag to resize

UnitsUtilitiesTranslateToCurrentUnitsString Method

Translates a raw float data (unity units) to the currently selected units and converts to string.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[NotNullAttribute]
public static string TranslateToCurrentUnitsString(
	float inputValue
)

Parameters

inputValue
Type: SystemSingle
The input raw data.

Return Value

Type: String
The string representation of the value in currently selected units.
See Also