real

fun Flow<Complex>.real(): Flow<Double>

Map a complex flow into real flow by taking real part of each number

Sources

Link copied to clipboard