IGraphFloat adds methods to get float weight of edges for IGraph. Cast to this interface only if IGraph's method GetEdgeWeightType returns WT_FLOAT.
GetEdgeWeight(ObjectId source, ObjectId target) - return weight of edge from source to target.
GetEdgeWeight(ObjectId source, ObjectId target)
MakeCopy(GraphCopyType type) - make correct copy of IGraphFloat.
MakeCopy(GraphCopyType type)
There was an error while loading. Please reload this page.