Skip to content

number

Category: Instance Property

Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, macOS 12.0+, tvOS 15.0+, visionOS 1.0+, watchOS 8.0+

Overview

A number that represents the numeric data value.

Declaration

@property (nonatomic, assign) double number;

Details

See Also

  • Creating a numeric value
    • valueWithNumber:

Topics (Grouped)

Creating a numeric value

  • valueWithNumber: — +; Creates a numeric data value with the specified number.

Code Examples

@property (nonatomic, assign) double number;

Source: https://developer.apple.com/documentation/accessibility/axdatapointvalue/number