我是靠谱客的博主 背后裙子,最近开发中收集的这篇文章主要介绍arcgis中python计算面积的表达式_ArcGIS字段计算器中的python函数,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

ArcGIS

字段计算器中的

python

函数

.

conjugate()

共轭复数

.denominator()

返回分母

.imag()

返回复数的虚数部分

.numerator()

返回分子

.real()

返回复数的实数部分

.

as_interger_ratio()

Return a pair of integers whose ratio is exactly equal to the original floa

t and with a positive denominator. Raises

OverflowError

on infinities and

a

ValueError

on NaNs.

.fromhex()

Class method to return the float represented by a hexadecimal string

s

.

The string

s

may have leading and trailing whitespace.

.hex()

Return a representation of a floating-point number as a hexadecimal str

ing. For finite floating-point numbers, this representation will always inc

lude a leading

0x

and a trailing

p

and exponent.

最后

以上就是背后裙子为你收集整理的arcgis中python计算面积的表达式_ArcGIS字段计算器中的python函数的全部内容,希望文章能够帮你解决arcgis中python计算面积的表达式_ArcGIS字段计算器中的python函数所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(44)

评论列表共有 0 条评论

立即
投稿
返回
顶部