Click or drag to resize

TriggerReaderTryReadNumber Method

[This is preliminary documentation and is subject to change.]

Tries the read a number from the trigger.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public bool TryReadNumber(
	out double number
)

Parameters

number
Type: SystemDouble
The number.

Return Value

Type: Boolean
true on success; otherwise false
See Also