Description
Returns a PromptDoubleResult object representing the result of the prompt operation.
Visual Basic
Public Function GetDouble( message As string ) As PromptDoubleResult
C#
public PromptDoubleResult GetDouble( string message );
Parameters
Parameters | Description |
---|---|
string message | Input message to be displayed to the user during the prompt. |