<Code Lib>
2023 Method
Changes 1
M

FormatOptions.IsValidAccuracy(ForgeTypeId, Double)

Description:
Checks whether an accuracy is valid for a given unit.
Remarks:
See the Accuracy property for details on valid accuracy values.
Overloads (2):
IsValidAccuracy(ForgeTypeId,Double)

public static bool IsValidAccuracy(
	ForgeTypeId unitTypeId,
	double accuracy
)

Return Value bool True if the accuracy is valid, false otherwise.

Loading…