ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTUnaryNegation Operator

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Unary, elementwise negation operator.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Arrays
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetT operator -(
	ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT> A
)

Parameters

A
Type: ILNumerics.Core.ArraysConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT
Input array.

Return Value

Type: RetT
Array of the same size and type as A having its elements negated (as if: multiplying by -1).
Remarks

[ILNumerics Core Module]

See Also

Reference

Other Resources