|
Rerun C++ SDK
|
Component: Variance of a scalar measurement, i.e. More...
#include <rerun/components/variance.hpp>
Public Member Functions | |
| Variance (rerun::encodings::Float64 value_) | |
| Variance & | operator= (rerun::encodings::Float64 value_) |
| Variance (double value_) | |
| Variance & | operator= (double value_) |
| operator rerun::encodings::Float64 () const | |
| Cast to the underlying Float64 encoding. | |
Public Attributes | |
| rerun::encodings::Float64 | value |
Component: Variance of a scalar measurement, i.e.
σ², in the units of the value squared.
A value of 0 is a perfectly known value and draws no error band.
⚠ This type is unstable and may change significantly in a way that the data won't be backwards compatible.