MCPcopy Create free account
hub / github.com/audeering/opensmile / Set

Method Set

src/newmat/solution.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20void R1_R1::Set(Real X)
21{
22 if ((!minXinf && X <= minX) || (!maxXinf && X >= maxX))
23 Throw(SolutionException("X value out of range"));
24 x = X; xSet = true;
25}
26
27R1_R1::operator Real()
28{

Callers 1

ValueMethod · 0.45

Calls 2

SolutionExceptionClass · 0.85
ThrowFunction · 0.70

Tested by

no test coverage detected