IUnaryPlusOperators<TSelf,TResult> 인터페이스

정의

단항 더하기 값을 계산하는 메커니즘을 정의합니다.

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)

형식 매개 변수

TSelf

이 인터페이스를 구현하는 형식입니다.

TResult

부정 결과를 포함하는 형식입니다 TSelf.

파생

연산자

UnaryPlus(TSelf)

단항 더하기 값을 계산합니다.

적용 대상