UncertainValueUnaryNegation Operator |
Negates an uncertain value.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static UncertainValue operator -(
UncertainValue x
)
Public Shared Operator - (
x As UncertainValue
) As UncertainValue
public:
static UncertainValue operator -(
UncertainValue x
)
static let inline (-)
x : UncertainValue : UncertainValue
Parameters
- x
- Type: Meta.NumericsUncertainValue
The uncertain value.
Return Value
Type:
UncertainValueThe negative of the uncertain value.
See Also