<Code Lib>
2025.3 Method
Changes 0
M

FormatOptions.IsValidAccuracy(Double)

Description:
Checks whether an accuracy is valid for the display unit in this FormatOptions.
Remarks:
See the Accuracy property for details on valid accuracy values.
Overloads (2):
IsValidAccuracy(Double)

public bool IsValidAccuracy(
	double accuracy
)

  • Double
    accuracy
    The accuracy to check.
Return Value Boolean True if the accuracy is valid, false otherwise.

Loading…