Skip to main content

BRFloatValue

Child class of BRValue for floating-point values detected on a receipt.

Declaration

@interface BRFloatValue : BRValue
class BRFloatValue : BRValue

Quick Reference

Properties

PropertyDescription
valueThe detected float value.
decimalValueRounded 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.