| 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
)
Public Function TryReadNumber (
<OutAttribute> ByRef number As Double
) As Boolean
public:
bool TryReadNumber(
[OutAttribute] double% number
)
member TryReadNumber :
number : float byref -> bool
Parameters
- number
- Type: SystemDouble
The number.
Return Value
Type:
Booleantrue on success; otherwise false
See Also