public static final class PythonTypeUtils.FloatDataConverter extends PythonTypeUtils.DataConverter<Float,Double>
Modifier and Type | Field and Description |
---|---|
static PythonTypeUtils.FloatDataConverter |
INSTANCE |
Constructor and Description |
---|
FloatDataConverter() |
Modifier and Type | Method and Description |
---|---|
Double |
toExternal(Float value) |
Float |
toInternal(Double value) |
public static final PythonTypeUtils.FloatDataConverter INSTANCE
public Float toInternal(Double value)
toInternal
in class PythonTypeUtils.DataConverter<Float,Double>
public Double toExternal(Float value)
toExternal
in class PythonTypeUtils.DataConverter<Float,Double>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.