CoercibleFloat64_ND#

assetlife.typing.CoercibleFloat64_ND#

Scalar or NumPy array coercible to np.float64.

This accepts scalar values coercible to np.float64 and NumPy arrays with dtype safely coercible to np.float64. It does not accept arbitrary array-like sequences.

alias of ToFloat64 | ArrayND[float64 | float32 | float16 | integer | bool]