Click or drag to resize

GraphNode  Conversion (GraphNode to Single)

Converts this instance to a float representation.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public static implicit operator float (
	GraphNode b
)

Parameters

b
Type: Dse.GraphGraphNode

Return Value

Type: Single
See Also