NumericsConfiguration.UseComplexOperations<T> Method

Sets the operations implementation for the complex version of the specified type.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
public static void UseComplexOperations<T>()

Type Parameters

T
The operand value type.

See Also