menu
Dart
dart:typed_data
Float64x2
max abstract method
max
brightness_4
brightness_5
description
max
abstract method
Float64x2
max
(
Float64x2
other
)
Returns the lane-wise maximum value in
this
or
other
.
Implementation
Float64x2 max(Float64x2 other);
Dart
dart:typed_data
Float64x2
max abstract method
Float64x2 class
Constructors
Float64x2
fromFloat32x4
splat
zero
Properties
hashCode
runtimeType
signMask
x
y
Methods
abs
clamp
max
min
noSuchMethod
scale
sqrt
toString
withX
withY
Operators
operator *
operator +
operator -
operator /
operator ==
operator unary-