Gets a delegate that reverses the sign of a number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T Negate(
T a
)
Public Shared Function Negate (
a As T
) As T
public:
static T Negate(
T a
)
static member Negate :
a : 'T -> 'T
Parameters
- a
- Type: T
Return Value
Type:
T
Reference