Show / Hide Table of Contents

    Interface IShortestPathOperators<W>

    Generic operators interface required by shorted path algorithms.

    Namespace: Advanced.Algorithms.Graph
    Assembly: Advanced.Algorithms.dll
    Syntax
    public interface IShortestPathOperators<W>
        where W : IComparable
    Type Parameters
    Name Description
    W

    Properties

    DefaultValue

    Declaration
    W DefaultValue { get; }
    Property Value
    Type Description
    W

    MaxValue

    Declaration
    W MaxValue { get; }
    Property Value
    Type Description
    W

    Methods

    Sum(W, W)

    Declaration
    W Sum(W a, W b)
    Parameters
    Type Name Description
    W a
    W b
    Returns
    Type Description
    W
    Back to top Generated by DocFX