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