'Declaration
<System.ComponentModel.CategoryAttribute("InfinityDataPoints")> <System.ComponentModel.DescriptionAttribute("Controlls the way in which infinity data points are analyzed.")> Public Property InfinityDataPoints As NInfinityDataPoints
'Usage
Dim instance As NDataSeriesDouble Dim value As NInfinityDataPoints instance.InfinityDataPoints = value value = instance.InfinityDataPoints
[System.ComponentModel.Category("InfinityDataPoints")] [System.ComponentModel.Description("Controlls the way in which infinity data points are analyzed.")] public NInfinityDataPoints InfinityDataPoints {get; set;}