TVOPreflightAggregateStats Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TVOPreflightReport.h |
Overview
TVOPreflightAggregateStats stores the minimum, maximum, and average
value of stats parameters.
average
Average value of the parameter during the test.
@property (nonatomic, assign, readonly) double averageDeclared In
TVOPreflightReport.h
min
Minimum value of the parameter during the test.
@property (nonatomic, assign, readonly) double minDeclared In
TVOPreflightReport.h
max
Maximum value of the parameter during the test.
@property (nonatomic, assign, readonly) double maxDeclared In
TVOPreflightReport.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDeclared In
TVOPreflightReport.h