Negates a value.
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Function Negate ( _
a As T _
) As T
|
| Visual C++ |
T Negate(
T a
)
|
| F# |
abstract Negate :
a:'T -> 'T
|
Return Value
See Also