Skip to content
Unick Soft edited this page Dec 26, 2020 · 2 revisions

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.

  • MakeCopy(GraphCopyType type) - make correct copy of IGraphFloat.

Clone this wiki locally