public class NumLib<T, D>
where T : new(), Object, INArray<T, D>
where D : new(), Object, INumber<D>
Public Class NumLib(Of T As {New, Object, INArray(Of T, D)}, D As {New, Object, INumber(Of D)})
generic<typename T, typename D>
where T : gcnew(), Object, INArray<T, D>
where D : gcnew(), Object, INumber<D>
public ref class NumLib
type NumLib<'T, 'D when 'T : new() and Object and INArray<'T, 'D> when 'D : new() and Object and INumber<'D>> = class end
NumLibT, D | Initializes a new instance of the NumLibT, D class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
PolyVal(T, T) | Evaluate polynomial |
PolyVal(T, D) | Evaluate polynomial |
SplineCoefs | Spline coefs |
SplineIntegrate | Spline integrate |
SplineIntegrate2 | Spline integrate |
SplineInterpolation | Spline interpolation |
ToString | Returns a string that represents the current object. (Inherited from Object) |