Click or drag to resize

GraphNodeToDouble Method

Returns the representation of the result as a double.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
Exceptions
ExceptionCondition
InvalidOperationException It throws an InvalidOperationException when the internal value is not an scalar.
InvalidCastExceptionWhen the scalar value is not convertible to target type.
See Also