UInt16.INumberBase<UInt16>.IsFinite(UInt16) Method
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.
Determines if a value is finite.
static bool System.Numerics.INumberBase<System.UInt16>.IsFinite(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsFinite;
static bool INumberBase<ushort>.IsFinite (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsFinite : uint16 -> bool
Shared Function IsFinite (value As UShort) As Boolean Implements INumberBase(Of UShort).IsFinite
Parameters
- value
- UInt16
The value to be checked.
Returns
true
if value
is finite; otherwise, false
.
Implements
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.