|  | FloatSymmetricSignalReaderCurrentRow Property | 
            Gets or sets the current row to unpack.  Used to select a row when unpacking 2D arrays of row-wise 1D signal data.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic virtual int CurrentRow { get; set; }Public Overridable Property CurrentRow As Integer
	Get
	Set
public:
virtual property int CurrentRow {
	int get ();
	void set (int value);
}abstract CurrentRow : int with get, set
override CurrentRow : int with get, set
Property Value
Int32 See Also
See Also