MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / GetRange

Method GetRange

utils/simplot/datafile.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 float GetMax(int column) {return(Max[column]);}
51 float GetMin(int column) {return(Min[column]);}
52 float GetRange(int field) {return (GetMax(field) - GetMin(field));}
53 float GetAutoAxisMax(int item);
54 float GetAutoAxisMin(int item);
55 void SetStartIdx(int sidx) {StartIdx = sidx;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected