| 1269 | */ |
| 1270 | |
| 1271 | void copyValues( double* const dst, const double* const src ) const |
| 1272 | { |
| 1273 | memcpy( dst, src, ParamCount * sizeof( dst[ 0 ])); |
| 1274 | } |
| 1275 | |
| 1276 | /** |
| 1277 | * Function compares two floating-point values for equality. |
nothing calls this directly
no outgoing calls
no test coverage detected