Public Property SurgeHeight As Nullable(Of Double)
Dim instance As WindIntensityResult Dim value As Nullable(Of Double) instance.SurgeHeight = value value = instance.SurgeHeight
public Nullable<double> SurgeHeight {get; set;}
Storm surge depth is the level of the water above the ground at a specific point on land. The storm surge depth is the difference between the storm surge elevation (or the water height above normal sea level) and the land elevation.
Public Property SurgeHeight As Nullable(Of Double)
Dim instance As WindIntensityResult Dim value As Nullable(Of Double) instance.SurgeHeight = value value = instance.SurgeHeight
public Nullable<double> SurgeHeight {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2