Dart
dart:typed_data
Float64x2
Float64x2.fromFloat32x4 factory constructor
Float64x2.fromFloat32x4
Float64x2 class
Constructors
Float64x2
fromFloat32x4
splat
zero
Properties
signMask
x
y
hashCode
runtimeType
Methods
abs
clamp
max
min
scale
sqrt
withX
withY
noSuchMethod
toString
Operators
operator *
operator +
operator -
operator /
operator unary-
operator ==
Float64x2.fromFloat32x4 constructor
Float64x2.fromFloat32x4
(
Float32x4
v
)
Uses the "x" and "y" lanes from
v
.
Implementation
external factory Float64x2.fromFloat32x4(Float32x4 v);