-
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
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.