Click or drag to resize
Accord.NET (logo)

RationalNegate Method

Gets the negated version of the current Rational value (that is, the current value multiplied by negative one).

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public Rational Negate()
Request Example View Source

Return Value

Type: Rational
See Also