Numerics Configuration.Use Nullable Operations<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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static void UseNullableOperations<T>()
where T : struct, new()
Type Parameters
- T
- The operand value type.