ISignedNumber<TSelf> Interface
Definition
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 number type which can represent both positive and negative values.
generic <typename TSelf>
where TSelf : INumberBase<TSelf>, ISignedNumber<TSelf>public interface class ISignedNumber
public interface ISignedNumber<TSelf> where TSelf : INumberBase<TSelf>, ISignedNumber<TSelf>
type ISignedNumber<'Self (requires 'Self :> INumberBase<'Self> and 'Self :> ISignedNumber<'Self>)> = interface
Public Interface ISignedNumber(Of TSelf)
Type Parameters
- TSelf
The type that implements the interface.
- Derived
Properties
NegativeOne |
Gets the value |