AdvFormatterValueAndUnc2String(Double, Double, String, Int32) Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public static string ValueAndUnc2String(
double value,
double unc,
string unit,
int presicon = 3
)
Public Shared Function ValueAndUnc2String (
value As Double,
unc As Double,
unit As String,
Optional presicon As Integer = 3
) As String
public:
static String^ ValueAndUnc2String(
double value,
double unc,
String^ unit,
int presicon = 3
)
static member ValueAndUnc2String :
value : float *
unc : float *
unit : string *
?presicon : int
(* Defaults:
let _presicon = defaultArg presicon 3
*)
-> string
- value Double
-
- unc Double
-
- unit String
-
- presicon Int32 (Optional)
-
String