ug4
ug::AspectRatioInfo Struct Reference

Holds information on the min, max, mean, and standard deviation of a sample. More...

#include <quality_util.h>

Public Member Functions

std::string to_string ()
 

Public Attributes

number max
 
number mean
 
number min
 
number sd
 

Detailed Description

Holds information on the min, max, mean, and standard deviation of a sample.

Member Function Documentation

◆ to_string()

std::string ug::AspectRatioInfo::to_string ( )

References max, mean, min, sd, and ug::Table< T >::to_string().

Member Data Documentation

◆ max

number ug::AspectRatioInfo::max

◆ mean

number ug::AspectRatioInfo::mean

◆ min

number ug::AspectRatioInfo::min

◆ sd

number ug::AspectRatioInfo::sd

The documentation for this struct was generated from the following files: