PowerValue Struct

Definition

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

Constructors

PowerValue(Int64)

Fields

KilowattsPerNanowatt
MaxValue
MicrowattsPerNanowatt
MilliwattsPerNanowatt
MinValue
NanowattsPerKilowatt
NanowattsPerMicrowatt
NanowattsPerMilliwatt
NanowattsPerWatt
WattsPerNanowatt
Zero

Properties

Nanowatts
TotalKilowatts
TotalMicrowatts
TotalMilliwatts
TotalWatts

Methods

CompareTo(Object)
CompareTo(PowerValue)
Equals(Object)
Equals(PowerValue)
FromKilowatts(Decimal)
FromKilowatts(Int64)
FromMicrowatts(Decimal)
FromMicrowatts(Int64)
FromMilliwatts(Decimal)
FromMilliwatts(Int64)
FromNanowatts(Int64)
FromWatts(Decimal)
FromWatts(Int64)
GetHashCode()
Max(PowerValue, PowerValue)
Min(PowerValue, PowerValue)
ToString()

Operators

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

Applies to