Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IUnaryPlusOperators<TSelf,TResult> Interface

Definition

Namespace:
System.Numerics
Assembly:
System.Runtime.dll
Source:
IUnaryPlusOperators.cs
Source:
IUnaryPlusOperators.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Defines a mechanism for computing the unary plus of a value.

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)

Type Parameters

TSelf

The type that implements this interface.

TResult

The type that contains the result of negating TSelf.

Derived

Operators

Name Description
UnaryPlus(TSelf)

Computes the unary plus of a value.

Applies to


Feedback

Was this page helpful?