OperationsAttribute Constructor

Constructs a new OperationsAttribute.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public OperationsAttribute(
	Type operationsType
)

Parameters

operationsType  Type
The type that implements IOperations<T> for the type the attribute is applied to.

See Also