IUnaryNegationOperators<TSelf,TResult> Rozhraní

Definice

Definuje mechanismus pro výpočet unární negace hodnoty.

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, který implementuje toto rozhraní.

TResult

Typ, který obsahuje výsledek negování TSelf.

Odvozené

Operátory

CheckedUnaryNegation(TSelf)

Vypočítá zkontrolované unární negace hodnoty.

UnaryNegation(TSelf)

Vypočítá unární negaci hodnoty.

Platí pro