Half.IsSubnormal(Half) Method
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.
Determines whether the specified value is subnormal.
public:
static bool IsSubnormal(Half value) = System::Numerics::INumberBase<Half>::IsSubnormal;
public:
static bool IsSubnormal(Half value);
C#
public static bool IsSubnormal(Half value);
static member IsSubnormal : Half -> bool
Public Shared Function IsSubnormal (value As Half) As Boolean
true
if value
is subnormal; false
false
.
This effectively checks the value is not NaN, not infinite, not normal, and not zero.
製品 | バージョン |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。