Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IAdditionOperators<TSelf,TOther,TResult> Interface
Definition
- Namespace:
- System.Numerics
- Assembly:
- System.Runtime.dll
- Source:
- IAdditionOperators.cs
- Source:
- IAdditionOperators.cs
- Source:
- IAdditionOperators.cs
- Source:
- IAdditionOperators.cs
- Source:
- IAdditionOperators.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 sum of two values.
generic <typename TSelf, typename TOther, typename TResult>
where TSelf : IAdditionOperators<TSelf, TOther, TResult>public interface class IAdditionOperators
public interface IAdditionOperators<TSelf,TOther,TResult> where TSelf : IAdditionOperators<TSelf,TOther,TResult>
type IAdditionOperators<'Self, 'Other, 'Result (requires 'Self :> IAdditionOperators<'Self, 'Other, 'Result>)> = interface
Public Interface IAdditionOperators(Of TSelf, TOther, TResult)
Type Parameters
- TSelf
The type that implements this interface.
- TOther
The type that will be added to TSelf.
- TResult
The type that contains the sum of TSelf and TOther.
- Derived
Operators
| Name | Description |
|---|---|
| Addition(TSelf, TOther) |
Adds two values together to compute their sum. |
| CheckedAddition(TSelf, TOther) |
Adds two values together to compute their sum. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
