Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::Variance Struct Reference

Component: Variance of a scalar measurement, i.e. More...

#include <rerun/components/variance.hpp>

Public Member Functions

 Variance (rerun::encodings::Float64 value_)
 
Varianceoperator= (rerun::encodings::Float64 value_)
 
 Variance (double value_)
 
Varianceoperator= (double value_)
 
 operator rerun::encodings::Float64 () const
 Cast to the underlying Float64 encoding.
 

Public Attributes

rerun::encodings::Float64 value
 

Detailed Description

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.


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