PyMaterialXCore.TypedValue_float

class TypedValue_float

Bases: Value

A Value storing a float value.

Methods

__init__(*args, **kwargs)

createValue(arg0)

getData(self)

getValueString(self)

Properties

TYPE = 'float'

Methods

__init__(*args, **kwargs)
static createValue(arg0: float) Value
getData(self: TypedValue_float) float
getValueString(self: TypedValue_float) str