EnergyValue.FromJoules 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
FromJoules(Decimal) | |
FromJoules(Int64) |
FromJoules(Decimal)
public static Microsoft.Windows.EventTracing.EnergyValue FromJoules (decimal joules);
static member FromJoules : decimal -> Microsoft.Windows.EventTracing.EnergyValue
Public Shared Function FromJoules (joules As Decimal) As EnergyValue
Parameters
- joules
- Decimal
Returns
Applies to
FromJoules(Int64)
public static Microsoft.Windows.EventTracing.EnergyValue FromJoules (long joules);
static member FromJoules : int64 -> Microsoft.Windows.EventTracing.EnergyValue
Public Shared Function FromJoules (joules As Long) As EnergyValue
Parameters
- joules
- Int64