Struct MathOperationsMetaData.OpSignature
Inherited Members
Namespace: NodeModels
Assembly: solution.dll
Syntax
public struct MathOperationsMetaData.OpSignature
Constructors
| Name | Description |
|---|---|
| OpSignature(ValueType, CustomOps, params ValueType[]) | |
| OpSignature(ValueType, MathOps, params ValueType[]) |
Fields
| Name | Description |
|---|---|
| CustomOp | |
| MathOp | |
| OpType | |
| Params | |
| Return | |
| StableId |
Properties
| Name | Description |
|---|---|
| EnumName | |
| IsCustomOp |
Methods
| Name | Description |
|---|---|
| LinearBinOp(CustomOps, ValueType) | |
| SupportsMultiInputs() | |
| ToString() | Returns the fully qualified type name of this instance. |