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

Component: A scalar value, encoded as a 64-bit floating point. More...

#include <rerun/components/scalar.hpp>

Public Member Functions

 Scalar (rerun::datatypes::Float64 value_)
 
Scalaroperator= (rerun::datatypes::Float64 value_)
 
 Scalar (double value_)
 
Scalaroperator= (double value_)
 
 operator rerun::datatypes::Float64 () const
 Cast to the underlying Float64 datatype.
 

Public Attributes

rerun::datatypes::Float64 value
 

Detailed Description

Component: A scalar value, encoded as a 64-bit floating point.

Used for time series plots.


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