“Konvertieren Sie ein Float -Array in eine Ganzzahl” Code-Antworten

Konvertieren Sie ein Float -Array in eine Ganzzahl

import numpy as np
A = np.array((0.4, 1.6, 2.1, -3.7, 2.9))
output:
array([ 0.4,  1.6,  2.1, -3.7,  2.9])
A = np.around(A)
output:
array([ 0.,  2.,  2., -4.,  3.])
 A = A.astype(int)
output:
array([ 0,  2,  2, -4,  3])
Coderunner

Konvertieren Sie ein Float -Array in eine Ganzzahl

import numpy as np
A = np.array((0.4, 1.6, 2.1, -3.7, 2.9))
output:
array([ 0.4,  1.6,  2.1, -3.7,  2.9])
A = np.around(A)
output:
array([ 0.,  2.,  2., -4.,  3.])
 A = A.astype(int)
output:
array([ 0,  2,  2, -4,  3])
Coderunner

Konvertieren Sie ein Float -Array in eine Ganzzahl

import numpy as np
A = np.array((0.4, 1.6, 2.1, -3.7, 2.9))
output:
array([ 0.4,  1.6,  2.1, -3.7,  2.9])
A = np.around(A)
output:
array([ 0.,  2.,  2., -4.,  3.])
 A = A.astype(int)
output:
array([ 0,  2,  2, -4,  3])
Coderunner

Konvertieren Sie ein Float -Array in eine Ganzzahl

import numpy as np
A = np.array((0.4, 1.6, 2.1, -3.7, 2.9))
output:
array([ 0.4,  1.6,  2.1, -3.7,  2.9])
A = np.around(A)
output:
array([ 0.,  2.,  2., -4.,  3.])
 A = A.astype(int)
output:
array([ 0,  2,  2, -4,  3])
Coderunner

Konvertieren Sie ein Float -Array in eine Ganzzahl

import numpy as np
A = np.array((0.4, 1.6, 2.1, -3.7, 2.9))
output:
array([ 0.4,  1.6,  2.1, -3.7,  2.9])
A = np.around(A)
output:
array([ 0.,  2.,  2., -4.,  3.])
 A = A.astype(int)
output:
array([ 0,  2,  2, -4,  3])
Coderunner

Konvertieren Sie ein Float -Array in eine Ganzzahl

import numpy as np
A = np.array((0.4, 1.6, 2.1, -3.7, 2.9))
output:
array([ 0.4,  1.6,  2.1, -3.7,  2.9])
A = np.around(A)
output:
array([ 0.,  2.,  2., -4.,  3.])
 A = A.astype(int)
output:
array([ 0,  2,  2, -4,  3])
Coderunner

Konvertieren Sie ein Float -Array in eine Ganzzahl

import numpy as np
A = np.array((0.4, 1.6, 2.1, -3.7, 2.9))
output:
array([ 0.4,  1.6,  2.1, -3.7,  2.9])
A = np.around(A)
output:
array([ 0.,  2.,  2., -4.,  3.])
 A = A.astype(int)
output:
array([ 0,  2,  2, -4,  3])
Coderunner

Konvertieren Sie ein Float -Array in eine Ganzzahl

import numpy as np
A = np.array((0.4, 1.6, 2.1, -3.7, 2.9))
output:
array([ 0.4,  1.6,  2.1, -3.7,  2.9])
A = np.around(A)
output:
array([ 0.,  2.,  2., -4.,  3.])
 A = A.astype(int)
output:
array([ 0,  2,  2, -4,  3])
Coderunner

Konvertieren Sie ein Float -Array in eine Ganzzahl

import numpy as np
A = np.array((0.4, 1.6, 2.1, -3.7, 2.9))
output:
array([ 0.4,  1.6,  2.1, -3.7,  2.9])
A = np.around(A)
output:
array([ 0.,  2.,  2., -4.,  3.])
 A = A.astype(int)
output:
array([ 0,  2,  2, -4,  3])
Coderunner

Konvertieren Sie ein Float -Array in eine Ganzzahl

import numpy as np
A = np.array((0.4, 1.6, 2.1, -3.7, 2.9))
output:
array([ 0.4,  1.6,  2.1, -3.7,  2.9])
A = np.around(A)
output:
array([ 0.,  2.,  2., -4.,  3.])
 A = A.astype(int)
output:
array([ 0,  2,  2, -4,  3])
Coderunner

Ähnliche Antworten wie “Konvertieren Sie ein Float -Array in eine Ganzzahl”

Fragen ähnlich wie “Konvertieren Sie ein Float -Array in eine Ganzzahl”

Weitere verwandte Antworten zu “Konvertieren Sie ein Float -Array in eine Ganzzahl” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen