DataCovarTextLoadT Method
Load data from covariance text file
Namespace: Metas.Vna.Data.FileIOAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public static T[][] Load<T>(
Stream fs,
string uncDescription,
string fileDescription,
string xDescription,
string xDescriptionLong,
out string[] headerLines,
out string[] dataDescription,
out double[] x
)
where T : new(), Object, IRealNumber<T>
Public Shared Function Load(Of T As {New, Object, IRealNumber(Of T)}) (
fs As Stream,
uncDescription As String,
fileDescription As String,
xDescription As String,
xDescriptionLong As String,
<OutAttribute> ByRef headerLines As String(),
<OutAttribute> ByRef dataDescription As String(),
<OutAttribute> ByRef x As Double()
) As T()()
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<array<T>^>^ Load(
Stream^ fs,
String^ uncDescription,
String^ fileDescription,
String^ xDescription,
String^ xDescriptionLong,
[OutAttribute] array<String^>^% headerLines,
[OutAttribute] array<String^>^% dataDescription,
[OutAttribute] array<double>^% x
)
static member Load :
fs : Stream *
uncDescription : string *
fileDescription : string *
xDescription : string *
xDescriptionLong : string *
headerLines : string[] byref *
dataDescription : string[] byref *
x : float[] byref -> 'T[][] when 'T : new() and Object and IRealNumber<'T>
- fs Stream
- File Stream
- uncDescription String
- Description for Uncertainty Budget
- fileDescription String
- File Description
- xDescription String
- X Description
- xDescriptionLong String
- X Description Long
- headerLines String
- Header Lines
- dataDescription String
- Data Description
- x Double
- X Values
- T
- Real Number Type
TData