public static T Dot( T a, T b )
Public Shared Function Dot ( a As T, b As T ) As T
public: static T Dot( T a, T b )
static member Dot : a : 'T * b : 'T -> 'T
In This Article