EnergyValue Struct

Definition

public struct EnergyValue : IComparable, IComparable<Microsoft.Windows.EventTracing.EnergyValue>, IEquatable<Microsoft.Windows.EventTracing.EnergyValue>
type EnergyValue = struct
Public Structure EnergyValue
Implements IComparable, IComparable(Of EnergyValue), IEquatable(Of EnergyValue)
Inheritance
EnergyValue
Implements

Constructors

EnergyValue(Int64)

Fields

JoulesPerNanojoule
KilojoulesPerNanojoule
MaxValue
MicrojoulesPerNanojoule
MillijoulesPerNanojoule
MinValue
NanojoulesPerJoule
NanojoulesPerKilojoule
NanojoulesPerMicrojoule
NanojoulesPerMillijoule
Zero

Properties

Nanojoules
TotalJoules
TotalKilojoules
TotalMicrojoules
TotalMillijoules

Methods

CompareTo(EnergyValue)
CompareTo(Object)
Equals(EnergyValue)
Equals(Object)
FromJoules(Decimal)
FromJoules(Int64)
FromKilojoules(Decimal)
FromKilojoules(Int64)
FromMicrojoules(Decimal)
FromMicrojoules(Int64)
FromMillijoules(Decimal)
FromMillijoules(Int64)
FromNanojoules(Int64)
GetHashCode()
Max(EnergyValue, EnergyValue)
Min(EnergyValue, EnergyValue)
ToString()

Operators

Addition(EnergyValue, EnergyValue)
Equality(EnergyValue, EnergyValue)
GreaterThan(EnergyValue, EnergyValue)
GreaterThanOrEqual(EnergyValue, EnergyValue)
Inequality(EnergyValue, EnergyValue)
LessThan(EnergyValue, EnergyValue)
LessThanOrEqual(EnergyValue, EnergyValue)
Subtraction(EnergyValue, EnergyValue)

Applies to