RSDDecimalComparable
public protocol RSDDecimalComparable : RSDComparable
RSDDecimalComparable
can be used to compare a stored result to a matching value where the values
are decimals.
-
The accuracy to use for comparing two decimal values.
Declaration
Swift
var accuracy: Decimal? { get }