Operations Attribute Constructor
Constructs a new OperationsAttribute.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public OperationsAttribute(
Type operationsType
)
Parameters
- operationsType Type
- The type that implements IOperations<T> for the type the attribute is applied to.