IUnaryPlusOperators<TSelf,TResult> Arabirim

Tanım

Bir değerin birli artısını hesaplama mekanizmasını tanımlar.

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)

Tür Parametreleri

TSelf

Bu arabirimi uygulayan tür.

TResult

olumsuzlamanın TSelfsonucunu içeren tür.

Türetilmiş

İşleçler

UnaryPlus(TSelf)

Bir değerin birli artısını hesaplar.

Şunlara uygulanır