InvPercent

float InvPercent(float percent)

Inverses the given percent.

Return

The inverted percent.

Parameters
  • percent: The percent to invert.

Example

1
InvPercent(30.0);

30% will be inverted and -30.0 will be returned.

Function Variables

No function variables are used.