FloatClass class
- Inheritance
- 
    - Object
- CType<num> 
- PrimitiveType<num> 
- FloatClass
 
Constructors
- FloatClass(int _bits)
Properties
Methods
- 
  accept<D, R> (Visitor< D, R> v, D d) → R
- 
  
  override
- 
  buildTypeTable(TypeTable typeTable) → void 
- 
  
  inherited
- 
  checkType(CType t) → CType 
- 
  
  inherited
- 
  covariant(dynamic x) → bool 
- 
  Assert that JavaScript's xis the proper type represented by this Type.override
- 
  decodeValue(Pipe x, CType t) → num 
- 
  
  override
- 
  display() → String 
- 
  
  inherited
- 
  encodeType(TypeTable? typeTable) → Uint8List 
- 
  Implement Iin the IDL spec. Encode this type for the type table.override
- 
  encodeValue(num x) → Uint8List 
- 
  Encode the value. This needs to be public because it is used by
encodeValue() from different types.
@internal
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  valueToString(num x) → String 
- 
  
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited