Click or drag to resize

IGraphNodeToInt32 Method

Returns the representation of the result as an int.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
int ToInt32()

Return Value

Type: Int32
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