IUnaryPlusOperators<TSelf,TResult> Gränssnitt

Definition

Definierar en mekanism för att beräkna det unary plus av ett värde.

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)

Typparametrar

TSelf

Den typ som implementerar det här gränssnittet.

TResult

Den typ som innehåller resultatet av negering TSelfav .

Härledda

Operatorer

Name Description
UnaryPlus(TSelf)

Beräknar det unary plus av ett värde.

Gäller för