real

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

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

Sources

jvm source
Link copied to clipboard