floatValue property

double get floatValue

floatValue

Implementation

double get floatValue {
  return objc.useMsgSendVariants
      ? _objc_msgSend_2cgrxlFpret(object$.ref.pointer, _sel_floatValue)
      : _objc_msgSend_2cgrxl(object$.ref.pointer, _sel_floatValue);
}