DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="2.19.0-beta5995" />

 Insolation

An insolation stored in killowatt hours per meter squared.
public const string BTU_PER_SQUARE_FOOT = "BTU/ft²"

public const string KILLOWATT_HOURS_PER_SQUARE_METER = "kWh/m²"

public const string WATT_HOURS_PER_SQUARE_METER = "Wh/m²"

public static Dictionary<string, double> Conversions { get; }

public static double ToBTUFoot2 { get; }

public static double ToKwhMeter2 { get; }

public InsolationUnit InsolationUnit { get; set; }

public double UiInsolationConversion { get; }

public static Insolation FromDouble(double value)

public int CompareTo(object obj)

public bool Equals(Insolation other)