MCPcopy Create free account
hub / github.com/Norbyte/ositools / RealToString

Function RealToString

OsiInterface/Functions/UtilityFunctions.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 std::string gRealToStringTemp;
72
73 bool RealToString(OsiArgumentDesc & args)
74 {
75 gRealToStringTemp = std::to_string(args[0].Float);
76 args[1].String = gRealToStringTemp.c_str();
77 return true;
78 }
79
80 void ForLoop(OsiArgumentDesc const & args)
81 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected