Public Property IntensityOfNearestHistoricalWindStorm As Nullable(Of Double)
Dim instance As SevereThunderstormProfile Dim value As Nullable(Of Double) instance.IntensityOfNearestHistoricalWindStorm = value value = instance.IntensityOfNearestHistoricalWindStorm
public Nullable<double> IntensityOfNearestHistoricalWindStorm {get; set;}