#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 a specified unit.
|
|
Represents the size of an operating system in gigabytes.
◆ FOperatingSystemSizeInGB() [1/2]
FOperatingSystemSizeInGB::FOperatingSystemSizeInGB |
( |
| ) |
|
|
inline |
◆ FOperatingSystemSizeInGB() [2/2]
FOperatingSystemSizeInGB::FOperatingSystemSizeInGB |
( |
const double | Size | ) |
|
|
inlineexplicit |
◆ GetValue()
static FORCEINLINE double FOperatingSystemSizeInGB::GetValue |
( |
const double & | TestSizeInBytes | ) |
|
|
inlinestatic |
A static method that calculates the value of a given test size in bytes and converts it to a specified unit.
This method takes the test size in bytes and calculates its value based on the specified unit. The possible units are bytes, megabytes (MB), and gigabytes (GB). The calculated value is returned as a double.
- Parameters
-
TestSizeInBytes | The test size in bytes. |
- Returns
- The calculated value of the test size in the specified unit.
◆ SizeInBytes
const double FOperatingSystemSizeInGB::SizeInBytes |
Represents the size of data in bytes.
The documentation for this struct was generated from the following file: