VecSubT(T, SpanT, SpanT) Method |
Pointwise subtraction of a span from a scalar.
Namespace: Austra.Library.HelpersAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic static void Sub<T>(
T scalar,
Span<T> span,
Span<T> target
)
where T : Object, INumberBase<T>
Parameters
- scalar T
- Scalar minuend.
- span SpanT
- Span subtrahend.
- target SpanT
- Target memory for the operation.
Type Parameters
- T
- The type of the spans.
See Also