IUnaryNegationOperators<TSelf,TResult> Interfejs

Definicja

Definiuje mechanizm przetwarzania jednoargumentowego negacji wartości.

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)

Parametry typu

TSelf

Typ, który implementuje ten interfejs.

TResult

Typ, który zawiera wynik negacji TSelf.

Pochodne

Operatory

CheckedUnaryNegation(TSelf)

Oblicza sprawdzoną jednoargumentową negację wartości.

UnaryNegation(TSelf)

Oblicza jednoargumentowe negację wartości.

Dotyczy