Enum TypedArrayType
- Namespace
- JavaScriptCore
- Assembly
- JavaScriptCore-6.0.dll
public enum TypedArrayType
Fields
Float32 = 10
Float64 = 11
Int16 = 2
Int32 = 3
Int64 = 4
Int8 = 1
None = 0
Uint16 = 7
Uint32 = 8
Uint64 = 9
Uint8 = 5
Uint8Clamped = 6