apinine.blogg.se

How to print .prn file using c#
How to print .prn file using c#







how to print .prn file using c#

For example: arr.SetData(10.0, 0) // sets all arr values to 10Īrr.SetData(10.0, 0, 1) // sets arr to 10

HOW TO PRINT .PRN FILE USING C# FULL

On the other hand, SetData will modify an entire sub-array based on the index, and if you give full index, it works like SetValue. The first one SetValue expects full index of a single value element, for example, if you have np.zeros(3,3) it expects full indexing, and if there is missing index it will use 0 in its place. NDArray.SetData(object value, param int indices) I would like to set multiple data values and there are two main functions of concern: NDArray.SetValue(object value, param int indices) I am working with NumSharp and a bit new to it.









How to print .prn file using c#