public List<List<double?>> rows { get; set; }
Public Property rows As List(Of List(Of Double?)) Get Set
public: property List<List<Nullable<double>>^>^ rows { List<List<Nullable<double>>^>^ get (); void set (List<List<Nullable<double>>^>^ value); }
member rows : List<List<Nullable<float>>> with get, set
function get_rows(); function set_rows(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.