IUnaryPlusOperators<TSelf,TResult> Schnittstelle

Definition

Definiert einen Mechanismus zum Berechnen des unären Pluswerts eines Werts.

generic <typename TSelf, typename TResult>
 where TSelf : IUnaryPlusOperators<TSelf, TResult>public interface class IUnaryPlusOperators
public interface IUnaryPlusOperators<TSelf,TResult> where TSelf : IUnaryPlusOperators<TSelf,TResult>
type IUnaryPlusOperators<'Self, 'Result (requires 'Self :> IUnaryPlusOperators<'Self, 'Result>)> = interface
Public Interface IUnaryPlusOperators(Of TSelf, TResult)

Typparameter

TSelf

Der Typ, der diese Schnittstelle implementiert.

TResult

Der Typ, der das Ergebnis der Negierung TSelfenthält.

Abgeleitet

Operatoren

UnaryPlus(TSelf)

Berechnet das unäre Plus eines Werts.

Gilt für: