Ordered |
public delegate double ElementDistance( int i, int j )
Public Delegate Function ElementDistance ( i As Integer, j As Integer ) As Double
public delegate double ElementDistance( int i, int j )
type ElementDistance = delegate of i : int * j : int -> float
Copyright © 2023 CenterSpace Software, LLC. All rights reserved.