GetMatrixRows method

int GetMatrixRows(
  1. Pointer<MatrixInfo> arg0
)

Implementation

int GetMatrixRows(
  ffi.Pointer<MatrixInfo> arg0,
) {
  return _GetMatrixRows(
    arg0,
  );
}