BRFloatValue
Child class for all float values
-
Declaration
Objective-C
@property (nonatomic, readonly) float value;Swift
var value: Float { get } -
Rounded to exactly 2 decimal places for currency
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSDecimalNumber *decimalValue;Swift
var decimalValue: NSDecimalNumber! { get }
View on GitHub