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 average

Declared In

TVOPreflightReport.h

  min

Minimum value of the parameter during the test.

@property (nonatomic, assign, readonly) double min

Declared In

TVOPreflightReport.h

  max

Maximum value of the parameter during the test.

@property (nonatomic, assign, readonly) double max

Declared In

TVOPreflightReport.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Declared In

TVOPreflightReport.h