PredefinedType

sealed class PredefinedType : INonNullableScalar

Types

Link copied to clipboard
object bool : PredefinedType
Link copied to clipboard
object byte : PredefinedType.NativeIntegral
Link copied to clipboard
object char : PredefinedType
Link copied to clipboard
object Companion
Link copied to clipboard
object dateTime : PredefinedType
Link copied to clipboard
object double : PredefinedType.NativeFloatingPointType
Link copied to clipboard
object float : PredefinedType.NativeFloatingPointType
Link copied to clipboard
object guid : PredefinedType
Link copied to clipboard
object int : PredefinedType.NativeIntegral
Link copied to clipboard
object long : PredefinedType.NativeIntegral
Link copied to clipboard
abstract class NativeFloatingPointType : PredefinedType

float and double that are single and double precision floating point types respectively. Usually IEEE-754 32 and 64 bit.

Link copied to clipboard
abstract class NativeIntegral : PredefinedType

byte, short, int and long that are signed/unsigned based by platform. E.g. byte is signed in java but unsigned in C#

Link copied to clipboard
object rdId : PredefinedType
Link copied to clipboard
object secureString : PredefinedType
Link copied to clipboard
object short : PredefinedType.NativeIntegral
Link copied to clipboard
object string : PredefinedType
Link copied to clipboard
object timeSpan : PredefinedType
Link copied to clipboard
object ubyte : PredefinedType.UnsignedIntegral
Link copied to clipboard
object uint : PredefinedType.UnsignedIntegral
Link copied to clipboard
object ulong : PredefinedType.UnsignedIntegral
Link copied to clipboard
open class UnsignedIntegral : PredefinedType

Unsigned versions of primitive integral types on all platforms: java, c#, c++

Link copied to clipboard
object uri : PredefinedType
Link copied to clipboard
object ushort : PredefinedType.UnsignedIntegral
Link copied to clipboard
object void : PredefinedType

Properties

Link copied to clipboard
open override val name: String

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard