NumericsConfiguration.UseNullableOperations<T> Method

Sets the operations implementation for the nullable version of the specified value type.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
public static void UseNullableOperations<T>()
where T : struct, new()

Type Parameters

T
The operand value type.

See Also