Edit

Share via


FrequencyValue.FromMegahertz Method

Definition

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

Returns

Applies to