FrequencyValue.FromMegahertz Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FromMegahertz(Decimal) | |
FromMegahertz(Int64) |
FromMegahertz(Decimal)
public static Microsoft.Windows.EventTracing.FrequencyValue FromMegahertz (decimal kilohertz);
static member FromMegahertz : decimal -> Microsoft.Windows.EventTracing.FrequencyValue
Public Shared Function FromMegahertz (kilohertz As Decimal) As FrequencyValue
Parameters
- kilohertz
- Decimal
Returns
Applies to
FromMegahertz(Int64)
public static Microsoft.Windows.EventTracing.FrequencyValue FromMegahertz (long megahertz);
static member FromMegahertz : int64 -> Microsoft.Windows.EventTracing.FrequencyValue
Public Shared Function FromMegahertz (megahertz As Long) As FrequencyValue
Parameters
- megahertz
- Int64