TextPlotXY_ValueAndStdUncT Method
            Text XY Plot Value and Standard Uncertainty
            
Namespace: Metas.UncLib.Core.MiscAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9435.16862
public static string PlotXY_ValueAndStdUnc<T>(
	double[] x,
	T[] y,
	int width = 80,
	int height = 24,
	char fillchar = '*',
	string name = null
)
where T : Object, IRealNumber<T>
Public Shared Function PlotXY_ValueAndStdUnc(Of T As {Object, IRealNumber(Of T)}) ( 
	x As Double(),
	y As T(),
	Optional width As Integer = 80,
	Optional height As Integer = 24,
	Optional fillchar As Char = "*"C,
	Optional name As String = Nothing
) As String
public:
generic<typename T>
where T : Object, IRealNumber<T>
static String^ PlotXY_ValueAndStdUnc(
	array<double>^ x, 
	array<T>^ y, 
	int width = 80, 
	int height = 24, 
	wchar_t fillchar = L'*', 
	String^ name = nullptr
)
static member PlotXY_ValueAndStdUnc : 
        x : float[] * 
        y : 'T[] * 
        ?width : int * 
        ?height : int * 
        ?fillchar : char * 
        ?name : string 
(* Defaults:
        let _width = defaultArg width 80
        let _height = defaultArg height 24
        let _fillchar = defaultArg fillchar '*'
        let _name = defaultArg name null
*)
-> string  when 'T : Object and IRealNumber<'T>
- x  Double
 - X
 - y  T
 - Y
 - width  Int32  (Optional)
 - Width
 - height  Int32  (Optional)
 - Height
 - fillchar  Char  (Optional)
 - Fill Character
 - name  String  (Optional)
 - Name
 
- T
 - Real Number Type
 
String