public FloatComplex this[ int row, int col ] { get; set; }
Public Default Property Item ( row As Integer, col As Integer ) As FloatComplex Get Set
public: property FloatComplex default[int row, int col] { FloatComplex get (int row, int col); void set (int row, int col, FloatComplex value); }
member Item : FloatComplex with get, set
Copyright © 2023 CenterSpace Software, LLC. All rights reserved.