|
NpyFormatSave Method (Array, Stream)
|
Saves the specified array to a stream using the npy format.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static ulong Save(
Array array,
Stream stream
)
Public Shared Function Save (
array As Array,
stream As Stream
) As ULong
Request Example
View SourceParameters
- array
- Type: SystemArray
The array to be saved to disk. - stream
- Type: System.IOStream
The stream to which the file will be saved.
Return Value
Type:
UInt64The number of bytes written when saving the file to disk.
See Also