Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTimespan
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
| Include | #include "Misc/Timespan.h" |
static double Ratio
&40;
FTimespan Dividend,
FTimespan Divisor
&41;
Remarks
Ratio between two time spans (handles zero values). The quotient, i.e. Dividend / Divisor.
Parameters
| Name | Description |
|---|---|
| Dividend | The dividend. |
| Divisor | The divisor. |