IUnaryNegationOperators<TSelf,TResult> Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendefinisikan mekanisme untuk menghitung negasi nilai unary.
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)
Jenis parameter
- TSelf
Jenis yang mengimplementasikan antarmuka ini.
- TResult
Jenis yang berisi hasil negasi TSelf.
- Turunan
Operator
| CheckedUnaryNegation(TSelf) |
Menghitung negasi unary yang diperiksa dari nilai. |
| UnaryNegation(TSelf) |
Menghitung negasi nilai yang tidak biasa. |