SmartSockets .NET Class Library

Tut.getOptionDouble Method 

Convenience method to get a double value from an option by name.

public static double getOptionDouble(
   string name
);

Parameters

name
the name of the option to get

Return Value

the value of the option as a double.

Exceptions

Exception TypeCondition
TipcNotFoundException If the named option doesn't exist, or if the value cannot be converted to a valid double.

See Also

Tut Class | Tut Members | TIBCO.SMARTSOCKETS Namespace | TipcOption | setOption


Copyright © TIBCO Software Inc. All rights reserved