Click or drag to resize

DebuggerEnvironmentShowMsgAskForFloatingPointNumber Method (String, Double)

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public double ShowMsgAskForFloatingPointNumber(
	string msg,
	double defaultOnEmptyInput
)

Parameters

msg
Type: SystemString
defaultOnEmptyInput
Type: SystemDouble

Return Value

Type: Double

Implements

IDebuggerEnvironmentShowMsgAskForFloatingPointNumber(String, Double)
See Also