menu
Dart
dart:typed_data
Float32x4
max abstract method
max
brightness_4
brightness_5
description
max
abstract method
Float32x4
max
(
Float32x4
other
)
Returns the lane-wise maximum value in
this
or
other
.
Implementation
Float32x4 max(Float32x4 other);
Dart
dart:typed_data
Float32x4
max abstract method
Float32x4 class