Float constructor

Float(
  1. double value
)

Creates a Float wrapper for the given value.

Implementation

Float(this.value);