#include "OperatingSystemSize.h"
|
| static FORCEINLINE double | GetValue (const double &TestSizeInBytes) |
| | A static method that calculates the value of a given test size in bytes and converts it to megabytes.
|
| |
Represents the size of an operating system in megabytes.
◆ FOperatingSystemSizeInMB() [1/2]
| FOperatingSystemSizeInMB::FOperatingSystemSizeInMB |
( |
| ) |
|
|
inline |
◆ FOperatingSystemSizeInMB() [2/2]
| FOperatingSystemSizeInMB::FOperatingSystemSizeInMB |
( |
const double | Size | ) |
|
|
inlineexplicit |
◆ GetValue()
| static FORCEINLINE double FOperatingSystemSizeInMB::GetValue |
( |
const double & | TestSizeInBytes | ) |
|
|
inlinestatic |
A static method that calculates the value of a given test size in bytes and converts it to megabytes.
This method takes the test size in bytes and calculates its value in megabytes. The calculated value is returned as a double.
- Parameters
-
| TestSizeInBytes | The test size in bytes. |
- Returns
- The calculated value of the test size in megabytes.
◆ SizeInBytes
| FOperatingSystemSizeInMB::SizeInBytes |
Represents the size in bytes.
The documentation for this struct was generated from the following file: