Power
USI.Core
Public SDK type.
public struct Power : IEquatable<Power>Constructors
Power
public Power(double Value, PowerUnit Unit)Properties
Unit
public PowerUnit Unit { get; set; }Value
public double Value { get; set; }Watts
public double Watts { get; }Methods
Deconstruct
public void Deconstruct(double Value, PowerUnit Unit)Equals
public bool Equals(object obj)Equals
public bool Equals(Power other)GetHashCode
public int GetHashCode()In
public Power In(PowerUnit unit)ToString
public string ToString()