Search results for query: *

  • Users: PJ33
  • Content: Threads
  • Order by date
  1. PJ33

    how to read library documentation-Math.NET ?

    Hello I am new in C# and I try to understand on how to read the documentation of libraries and implement it. Here an example from https://numerics.mathdotnet.com/ is shown: using System; using MathNet.Numerics; using MathNet.Numerics.LinearAlgebra; class Program { static void...
  2. PJ33

    How to use documentation of library/fo-dicom

    Hello I am new in C# and reading the documentation seems difficult. I am trying to use fo-dicom library and I am experimenting now. For example given the below lik I try to implement the code https://fo-dicom.github.io/html/cbb9a8da-3967-823b-b621-36a444605ac6.htm What I did is adding: using...
Back
Top Bottom