Numerics Configuration.Use Operations<T> Method
Sets the operations implementation for the specified type.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static void UseOperations<T>(
IOperations<T> operations
)
Parameters
- operations IOperations<T>
- The operations implementation to use for type T.
Type Parameters
- T
- The operand type.