IUnaryNegationOperators<TSelf,TResult> 인터페이스

정의

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

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

형식 매개 변수

TSelf

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

TResult

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

파생

연산자

CheckedUnaryNegation(TSelf)

값의 확인된 단항 부정을 계산합니다.

UnaryNegation(TSelf)

값의 단항 부정을 계산합니다.

적용 대상