2021 Method
Changes 1
M

FormatOptions.IsValidAccuracy

Description:
Checks whether an accuracy is valid for a given unit.
Remarks:
See the Accuracy property for details on valid accuracy values.
Overloads (3):
IsValidAccuracy(ForgeTypeId,Double)
public static bool IsValidAccuracy(
	ForgeTypeId unitTypeId,
	double accuracy
)
Return Value bool True if the accuracy is valid, false otherwise.