IUnaryNegationOperators<TSelf,TResult> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a mechanism for computing the unary negation of a value.
generic <typename TSelf, typename TResult>
where TSelf : IUnaryNegationOperators<TSelf, TResult>public interface class IUnaryNegationOperators
public interface IUnaryNegationOperators<TSelf,TResult> where TSelf : IUnaryNegationOperators<TSelf,TResult>
type IUnaryNegationOperators<'Self, 'Result (requires 'Self :> IUnaryNegationOperators<'Self, 'Result>)> = interface
Public Interface IUnaryNegationOperators(Of TSelf, TResult)
Type Parameters
- TSelf
The type that implements this interface.
- TResult
The type that contains the result of negating TSelf
.
- Derived
Operators
CheckedUnaryNegation(TSelf) |
Computes the checked unary negation of a value. |
UnaryNegation(TSelf) |
Computes the unary negation of a value. |
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.