XMatrix Constructor (Int32, Int32) |
Initializes a new instance of the
XMatrix class with column number and row number size.
Namespace:
Biolomics.SharedClasses
Assembly:
Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public XMatrix(
int p_RowNo,
int p_ColNo
)
Public Sub New (
p_RowNo As Integer,
p_ColNo As Integer
)
Parameters
- p_RowNo
- Type: SystemInt32
The row number. - p_ColNo
- Type: SystemInt32
The column number.
See Also