Click or drag to resize

DebuggerEnvironmentShowMsgAskForFloatingPointNumber(String, Double) Method


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

Parameters

msg  String
 
defaultOnEmptyInput  Double
 

Return Value

Double

Implements

IDebuggerEnvironmentShowMsgAskForFloatingPointNumber(String, Double)
See Also