UInt16 Extension
Location
-
Reference:
- Silver.dll .NET, .NET Standard 2.0
- silver.jar Cooper
- Silver.fx Island
- libSilver.fx Toffee
- Namespace: Swift
- Extends: UInt16
Constants
allZeros
// .NET, .NET Standard 2.0
const allZeros: Byte = 0
// Island
const allZeros: not nullable UInt8 = 0
// .NET, .NET Standard 2.0
const Byte allZeros = 0
// Island
const UInt8! allZeros = 0
// .NET, .NET Standard 2.0
static let allZeros: Byte = 0
// Island, Toffee
static let allZeros: UInt8 = 0
static final Byte allZeros = 0
// .NET, .NET Standard 2.0
Const allZeros As Byte = 0
// Island
Const allZeros As UInt8 = 0
max
// .NET, .NET Standard 2.0
const max: UInt16 = 65535
// Island
const max: not nullable UInt16 = 65535
// .NET, .NET Standard 2.0
const UInt16 max = 65535
// Island
const UInt16! max = 65535
static let max: UInt16 = 65535
static final SmallInt max = 65535
Const max As UInt16 = 65535
min
// .NET, .NET Standard 2.0
const min: UInt16 = 0
// Island
const min: not nullable UInt16 = 0
// .NET, .NET Standard 2.0
const UInt16 min = 0
// Island
const UInt16! min = 0
static let min: UInt16 = 0
static final SmallInt min = 0
Const min As UInt16 = 0