reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
477 int64_t NormalVal = (OneVal * 2) + (OneVal / 2); // 2.5 477 int64_t NormalVal = (OneVal * 2) + (OneVal / 2); // 2.5 478 int64_t HalfVal = (OneVal / 2); // 0.5