BRFloatValue
Child class of BRValue for floating-point values detected on a receipt.
Declaration
@interface BRFloatValue : BRValue
class BRFloatValue : BRValue
Quick Reference
Properties
| Property | Description |
|---|---|
value | The detected float value. |
decimalValue | Rounded to exactly 2 decimal places for currency display. |
Properties
value (read-only)
@property (nonatomic, readonly) float value;
var value: Float { get }
The detected float value.
decimalValue (read-only)
@property (nonatomic, strong, readonly) NSDecimalNumber *decimalValue;
var decimalValue: NSDecimalNumber! { get }
Rounded to exactly 2 decimal places for currency display.