• Graeme Wicksted's avatar
    Change C# "double" to "double?" · 8e892998
    Graeme Wicksted authored
    Using "as" keyword requires the type be nullable (and double is not).  Changed to "double?" so developers could still perform a null check if desired.
    8e892998
index.html 29.4 KB