Vector Data Extensions.Write RData Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 10.6.0
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 10.6.0
Overload List
| Write | |
| Write |
WriteRData<T>(Vector<T>, Stream, String, Boolean, Boolean)
public static void WriteRData<T>(
this Vector<T> vector,
Stream stream,
string name = "vector",
bool compress = true,
bool ascii = false
)
Parameters
- vector Vector<T>
- stream Stream
- name String (Optional)
- compress Boolean (Optional)
- ascii Boolean (Optional)
Type Parameters
- T
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Vector<T>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).WriteRData<T>(Vector<T>, String, String, Boolean, Boolean)
public static void WriteRData<T>(
this Vector<T> vector,
string path,
string name = "vector",
bool compress = true,
bool ascii = false
)
Parameters
- vector Vector<T>
- path String
- name String (Optional)
- compress Boolean (Optional)
- ascii Boolean (Optional)
Type Parameters
- T