public static T Prod( T a, int dim )
Public Shared Function Prod ( a As T, dim As Integer ) As T
public: static T Prod( T a, int dim )
static member Prod : a : 'T * dim : int -> 'T
In This Article