Click or drag to resize

PegByteParserInto(PegBaseParserMatcher, Double) Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,System.Double@)"]


Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Into(
	PegBaseParserMatcher toMatch,
	out double into
)

Parameters

toMatch  PegBaseParserMatcher

[Missing <param name="toMatch"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,System.Double@)"]

into  Double

[Missing <param name="into"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,System.Double@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,System.Double@)"]

See Also