Gets or sets the current implementation of array functions
for double-precision arguments.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public abstract IVectorFunctions<T> ArrayFunctions { get; }
Public MustOverride ReadOnly Property ArrayFunctions As IVectorFunctions(Of T)
Get
public:
virtual property IVectorFunctions<T>^ ArrayFunctions {
IVectorFunctions<T>^ get () abstract;
}
abstract ArrayFunctions : IVectorFunctions<'T> with get
Property Value
Type:
IVectorFunctionsTA class that inherits from
DecompositionOperationsTReal, TComplex.
The default value of this property is
an instance of ManagedArrayFunctionsT.
Numerical Libraries
Supported in: 6.0
Reference