[Missing <summary> documentation for "M:BaseLib.Handlers.CreatorBase.InputDouble(System.String,System.Double)"]

Namespace: BaseLib.Handlers
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
protected double InputDouble(
	string property,
	double defaultValue
)

Parameters

property
Type: System..::..String

[Missing <param name="property"/> documentation for "M:BaseLib.Handlers.CreatorBase.InputDouble(System.String,System.Double)"]

defaultValue
Type: System..::..Double

[Missing <param name="defaultValue"/> documentation for "M:BaseLib.Handlers.CreatorBase.InputDouble(System.String,System.Double)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Handlers.CreatorBase.InputDouble(System.String,System.Double)"]

See Also