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)

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

적용 대상