0.4.1
Loading...
Searching...
No Matches
NAV::UncertainValue< T > Struct Template Reference

Value with standard deviation. More...

Data Fields

stdDev
 Standard deviation.
 
value
 Value.
 

Detailed Description

template<typename T>
struct NAV::UncertainValue< T >

Value with standard deviation.

Template Parameters
TType of the value and standard deviation

Definition at line 22 of file UncertainValue.hpp.

Field Documentation

◆ stdDev

template<typename T>
T NAV::UncertainValue< T >::stdDev

Standard deviation.

Definition at line 25 of file UncertainValue.hpp.

◆ value

template<typename T>
T NAV::UncertainValue< T >::value

Value.

Definition at line 24 of file UncertainValue.hpp.


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