MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / Num

Method Num

inst/tinytest/testRcppClass/src/Num.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5class Num{
6public:
7 Num() : x(0.0), y(0){} ;
8
9 double getX() { return x ; }
10 void setX(double value){ x = value ; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected