HardwareOperationFormatProcessorSpeed Method |
Formats the Processor speed in human-readable format.
Namespace:
Xcalibur.WMI.Hardware
Assembly:
Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax public static string FormatProcessorSpeed(
int processorSpeed
)
Public Shared Function FormatProcessorSpeed (
processorSpeed As Integer
) As String
public:
static String^ FormatProcessorSpeed(
int processorSpeed
)
static member FormatProcessorSpeed :
processorSpeed : int -> string
Parameters
- processorSpeed
- Type: SystemInt32
The raw processor speed.
Return Value
Type:
StringSee Also