FACILITY_CODE extension type enum

on
Implemented types

Constructors

FACILITY_CODE(int _)
const

Properties

bitLength int
Returns the minimum number of bits required to store this integer.
no setterinherited
hashCode int
Returns a hash code for a numerical value.
no setterinherited
isEven bool
Returns true if and only if this integer is even.
no setterinherited
isFinite bool
Whether this number is finite.
no setterinherited
isInfinite bool
Whether this number is positive infinity or negative infinity.
no setterinherited
isNaN bool
Whether this number is a Not-a-Number value.
no setterinherited
isNegative bool
Whether this number is negative.
no setterinherited
isOdd bool
Returns true if and only if this integer is odd.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign int
Returns the sign of this integer.
no setterinherited

Methods

abs() int
Returns the absolute value of this integer.
inherited
ceil() int
Returns this.
inherited
ceilToDouble() double
Returns this.toDouble().
inherited
clamp(num lowerLimit, num upperLimit) num
Returns this num clamped to be in the range lowerLimit-upperLimit.
inherited
compareTo(num other) int
Compares this to other.
inherited
floor() int
Returns this.
inherited
floorToDouble() double
Returns this.toDouble().
inherited
gcd(int other) int
Returns the greatest common divisor of this integer and other.
inherited
modInverse(int modulus) int
Returns the modular multiplicative inverse of this integer modulo modulus.
inherited
modPow(int exponent, int modulus) int
Returns this integer to the power of exponent modulo modulus.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remainder(num other) num
The remainder of the truncating division of this by other.
inherited
round() int
Returns this.
inherited
roundToDouble() double
Returns this.toDouble().
inherited
toDouble() double
This number as a double.
inherited
toInt() int
Truncates this num to an integer and returns the result as an int.
inherited
toRadixString(int radix) String
Converts this to a string representation in the given radix.
inherited
toSigned(int width) int
Returns the least significant width bits of this integer, extending the highest retained bit to the sign. This is the same as truncating the value to fit in width bits using an signed 2-s complement representation. The returned value has the same bit value in all positions higher than width.
inherited
toString() String
Returns a string representation of this integer.
inherited
toStringAsExponential([int? fractionDigits]) String
An exponential string-representation of this number.
inherited
toStringAsFixed(int fractionDigits) String
A decimal-point string-representation of this number.
inherited
toStringAsPrecision(int precision) String
A string representation with precision significant digits.
inherited
toUnsigned(int width) int
Returns the least significant width bits of this integer as a non-negative number (i.e. unsigned representation). The returned value has zeros in all bit positions higher than width.
inherited
truncate() int
Returns this.
inherited
truncateToDouble() double
Returns this.toDouble().
inherited

Operators

operator %(num other) num
Euclidean modulo of this number by other.
inherited
operator &(int other) int
Bit-wise and operator.
inherited
operator *(num other) num
Multiplies this number by other.
inherited
operator +(num other) num
Adds other to this number.
inherited
operator -(num other) num
Subtracts other from this number.
inherited
operator /(num other) double
Divides this number by other.
inherited
operator <(num other) bool
Whether this number is numerically smaller than other.
inherited
operator <<(int shiftAmount) int
Shift the bits of this integer to the left by shiftAmount.
inherited
operator <=(num other) bool
Whether this number is numerically smaller than or equal to other.
inherited
operator ==(Object other) bool
Test whether this value is numerically equal to other.
inherited
operator >(num other) bool
Whether this number is numerically greater than other.
inherited
operator >=(num other) bool
Whether this number is numerically greater than or equal to other.
inherited
operator >>(int shiftAmount) int
Shift the bits of this integer to the right by shiftAmount.
inherited
operator >>>(int shiftAmount) int
Bitwise unsigned right shift by shiftAmount bits.
inherited
operator ^(int other) int
Bit-wise exclusive-or operator.
inherited
operator unary-() int
Return the negative value of this integer.
inherited
operator |(int other) int
Bit-wise or operator.
inherited
operator ~() int
The bit-wise negate operator.
inherited
operator ~/(num other) int
Truncating division operator.
inherited

Constants

FACILITY_AAF → const int
FACILITY_ACCELERATOR → const int
FACILITY_ACS → const int
FACILITY_ACTION_QUEUE → const int
FACILITY_AUDCLNT → const int
FACILITY_AUDIO → const int
FACILITY_AUDIOSTREAMING → const int
FACILITY_BACKGROUNDCOPY → const int
FACILITY_BCD → const int
FACILITY_BLB → const int
FACILITY_BLB_CLI → const int
FACILITY_BLBUI → const int
FACILITY_BLUETOOTH_ATT → const int
FACILITY_CERT → const int
FACILITY_CMI → const int
FACILITY_COMPLUS → const int
FACILITY_CONFIGURATION → const int
FACILITY_CONTROL → const int
FACILITY_DAF → const int
FACILITY_DEBUGGERS → const int
FACILITY_DEFRAG → const int
FACILITY_DELIVERY_OPTIMIZATION → const int
FACILITY_DEPLOYMENT_SERVICES_BINLSVC → const int
FACILITY_DEPLOYMENT_SERVICES_CONTENT_PROVIDER → const int
FACILITY_DEPLOYMENT_SERVICES_DRIVER_PROVISIONING → const int
FACILITY_DEPLOYMENT_SERVICES_IMAGING → const int
FACILITY_DEPLOYMENT_SERVICES_MANAGEMENT → const int
FACILITY_DEPLOYMENT_SERVICES_MULTICAST_CLIENT → const int
FACILITY_DEPLOYMENT_SERVICES_MULTICAST_SERVER → const int
FACILITY_DEPLOYMENT_SERVICES_PXE → const int
FACILITY_DEPLOYMENT_SERVICES_SERVER → const int
FACILITY_DEPLOYMENT_SERVICES_TFTP → const int
FACILITY_DEPLOYMENT_SERVICES_TRANSPORT_MANAGEMENT → const int
FACILITY_DEPLOYMENT_SERVICES_UTIL → const int
FACILITY_DEVICE_UPDATE_AGENT → const int
FACILITY_DIRECT2D → const int
FACILITY_DIRECT3D10 → const int
FACILITY_DIRECT3D11 → const int
FACILITY_DIRECT3D11_DEBUG → const int
FACILITY_DIRECT3D12 → const int
FACILITY_DIRECT3D12_DEBUG → const int
FACILITY_DIRECTMUSIC → const int
FACILITY_DIRECTORYSERVICE → const int
FACILITY_DISPATCH → const int
FACILITY_DLS → const int
FACILITY_DMSERVER → const int
FACILITY_DPLAY → const int
FACILITY_DRVSERVICING → const int
FACILITY_DXCORE → const int
FACILITY_DXGI → const int
FACILITY_DXGI_DDI → const int
FACILITY_EAP → const int
FACILITY_EAS → const int
FACILITY_FVE → const int
FACILITY_FWP → const int
FACILITY_GAME → const int
FACILITY_GRAPHICS → const int
FACILITY_HSP_SERVICES → const int
FACILITY_HSP_SOFTWARE → const int
FACILITY_HTTP → const int
FACILITY_INPUT → const int
FACILITY_INTERNET → const int
FACILITY_IORING → const int
FACILITY_ITF → const int
FACILITY_JSCRIPT → const int
FACILITY_LEAP → const int
FACILITY_LINGUISTIC_SERVICES → const int
FACILITY_MBN → const int
FACILITY_MEDIASERVER → const int
FACILITY_METADIRECTORY → const int
FACILITY_MOBILE → const int
FACILITY_MSMQ → const int
FACILITY_NAP → const int
FACILITY_NDIS → const int
FACILITY_NT_BIT → const int
FACILITY_NULL → const int
FACILITY_OCP_UPDATE_AGENT → const int
FACILITY_ONLINE_ID → const int
FACILITY_OPC → const int
FACILITY_P2P → const int
FACILITY_P2P_INT → const int
FACILITY_PARSE → const int
FACILITY_PIDGENX → const int
FACILITY_PIX → const int
FACILITY_PLA → const int
FACILITY_POWERSHELL → const int
FACILITY_PRESENTATION → const int
FACILITY_QUIC → const int
FACILITY_RAS → const int
FACILITY_RESTORE → const int
FACILITY_RPC → const int
FACILITY_SCARD → const int
FACILITY_SCRIPT → const int
FACILITY_SDIAG → const int
FACILITY_SECURITY → const int
FACILITY_SERVICE_FABRIC → const int
FACILITY_SETUPAPI → const int
FACILITY_SHELL → const int
FACILITY_SOS → const int
FACILITY_SPP → const int
FACILITY_SQLITE → const int
FACILITY_SSPI → const int
FACILITY_STATE_MANAGEMENT → const int
FACILITY_STATEREPOSITORY → const int
FACILITY_STORAGE → const int
FACILITY_SXS → const int
FACILITY_SYNCENGINE → const int
FACILITY_TIERING → const int
FACILITY_TPM_SERVICES → const int
FACILITY_TPM_SOFTWARE → const int
FACILITY_TTD → const int
FACILITY_UI → const int
FACILITY_UMI → const int
FACILITY_URT → const int
FACILITY_USER_MODE_SECURITY_CORE → const int
FACILITY_USERMODE_COMMONLOG → const int
FACILITY_USERMODE_FILTER_MANAGER → const int
FACILITY_USERMODE_HNS → const int
FACILITY_USERMODE_HYPERVISOR → const int
FACILITY_USERMODE_LICENSING → const int
FACILITY_USERMODE_SDBUS → const int
FACILITY_USERMODE_SPACES → const int
FACILITY_USERMODE_VHD → const int
FACILITY_USERMODE_VIRTUALIZATION → const int
FACILITY_USERMODE_VOLMGR → const int
FACILITY_USERMODE_VOLSNAP → const int
FACILITY_USN → const int
FACILITY_UTC → const int
FACILITY_VISUALCPP → const int
FACILITY_WEB → const int
FACILITY_WEB_SOCKET → const int
FACILITY_WEBSERVICES → const int
FACILITY_WEP → const int
FACILITY_WER → const int
FACILITY_WIA → const int
FACILITY_WIN32 → const int
FACILITY_WINCODEC_DWRITE_DWM → const int
FACILITY_WINDOWS → const int
FACILITY_WINDOWS_CE → const int
FACILITY_WINDOWS_DEFENDER → const int
FACILITY_WINDOWS_SETUP → const int
FACILITY_WINDOWS_STORE → const int
FACILITY_WINDOWSUPDATE → const int
FACILITY_WINML → const int
FACILITY_WINPE → const int
FACILITY_WINRM → const int
FACILITY_WMAAECMA → const int
FACILITY_WPN → const int
FACILITY_WSB_ONLINE → const int
FACILITY_WSBAPP → const int
FACILITY_XAML → const int
FACILITY_XBOX → const int
FACILITY_XPS → const int