Click or drag to resize

GUIConversionTryParseMultipleDouble Method

Tries to parse multiple floating-point values from a delimited string.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool TryParseMultipleDouble(
	string s,
	out double[] vals
)

Parameters

s  String
The input string.
vals  Double
The parsed values.

Return Value

Boolean
if all values were parsed successfully; otherwise, .
See Also