Question
GetMatrixElement support double data type
Hello, please forward it to the API development team. Please kindly send the interface
GetMatrixElement(RowIndex as integer, ColumnIndex as integer, Value as double) - Gets the matrix element in RowIndex, ColumnIndex with Value.
Change Value as double to support float64 or double because GOLang does not have a double data type, so I cannot get the Value of matrix.
Thank you very much.
Thank you My problem is that I can get the matrix value in Python, but I can't get it in Golang. I suspect that the value I get must be a variable of type double. Python supports double, but Golang has no double, only float64. So ask the technical person who developed this interface to see if they can get the matrix value for a variable of type Float64.
thank you

