Click or drag to resize

MCUtilitiesRoundValueWithPrecision Method

Rounds input value, based on precision preference.

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

Parameters

inputValue
Type: SystemSingle
The value which should be rounded.

Return Value

Type: Single
Rounded value.
See Also