public static T Acos<T>(
T a
)
where T : Object, INumber<T>
Public Shared Function Acos(Of T As {Object, INumber(Of T)}) (
a As T
) As T
public:
generic<typename T>
where T : Object, INumber<T>
static T Acos(
T a
)
static member Acos :
a : 'T -> 'T when 'T : Object and INumber<'T>