TextPlotXY_ValueAndStdUncT Method

Text XY Plot Value and Standard Uncertainty

Definition

Namespace: Metas.UncLib.Core.Misc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9435.16862
C#
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>

Parameters

x  Double
X
y  T
Y
width  Int32  (Optional)
Width
height  Int32  (Optional)
Height
fillchar  Char  (Optional)
Fill Character
name  String  (Optional)
Name

Type Parameters

T
Real Number Type

Return Value

String

See Also