FloatingPointSign

enum FloatingPointSign

The sign of a floating-point value.

Import import Swift

Cases

case plus

The sign for a positive value.

Declaration

case minus

The sign for a negative value.

Declaration