Click or drag to resize
Accord.NET (logo)

NpyFormatLoad Method

Overload List
  NameDescription
Public methodStatic memberLoadT(Byte)
Loads an array of the specified type from a byte array.
Public methodStatic memberLoadT(Stream)
Loads an array of the specified type from a stream.
Public methodStatic memberLoadT(String)
Loads an array of the specified type from a file in the disk.
Public methodStatic memberLoadT(Byte, T)
Loads an array of the specified type from a file in the disk.
Public methodStatic memberLoadT(Stream, T)
Loads an array of the specified type from a stream.
Public methodStatic memberLoadT(String, T)
Loads an array of the specified type from a file in the disk.
Top
See Also