HD-DEN-16446

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

The result will be an unsigned integer

The result will be an unsigned integer

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

In the If conditions, we check "uFVolume > colUFVol" conditions, that makes uFRate always positive and hence the condition for minimum check is not required.

In the If conditions, we check "uFVolume > colUFVol" conditions, that makes uFRate always positive and hence the condition for minimum check is not required.

I think we need the minimum check too. uFRate can be negative if user sets volume to something lower than what has already been collected (negative volume) which would yield a negative rate which i...

I think we need the minimum check too. uFRate can be negative if user sets volume to something lower than what has already been collected (negative volume) which would yield a negative rate which is < 0.0.

Check casting. Result is U32 but could be assigned an S32.

Check casting. Result is U32 but could be assigned an S32.

HD-DEN-16446_HD Dev Test Clean UP Vectorcast
HD-DEN-16446_HD Dev Test Clean UP Vectorcast
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Done

Done

Are these F32s?

Are these F32s?

HD-DEN-16446_DG Dev Test Clean UP
HD-DEN-16446_DG Dev Test Clean UP