public static Real<T> operator -(
double x,
Real<T> y
)Public Shared Operator - (
x As Double,
y As Real(Of T)
) As Real(Of T)public:
static Real<T> operator -(
double x,
Real<T> y
)static let inline (-)
x : float *
y : Real<'T> : Real<'T>