Edit

Share via


FrequencyValue.FromKilohertz Method

Definition

Overloads

FromKilohertz(Int64)
FromKilohertz(Decimal)

FromKilohertz(Int64)

public static Microsoft.Windows.EventTracing.FrequencyValue FromKilohertz (long kilohertz);
static member FromKilohertz : int64 -> Microsoft.Windows.EventTracing.FrequencyValue
Public Shared Function FromKilohertz (kilohertz As Long) As FrequencyValue

Parameters

kilohertz
Int64

Returns

Applies to

FromKilohertz(Decimal)

public static Microsoft.Windows.EventTracing.FrequencyValue FromKilohertz (decimal kilohertz);
static member FromKilohertz : decimal -> Microsoft.Windows.EventTracing.FrequencyValue
Public Shared Function FromKilohertz (kilohertz As Decimal) As FrequencyValue

Parameters

kilohertz
Decimal

Returns

Applies to