Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Scalar

A typed scalar constant used to represent a typed number argument to PackedFunc calls.

Hierarchy

  • Scalar

Index

Constructors

Properties

Constructors

constructor

  • new Scalar(value: number, dtype: string): Scalar

Properties

dtype

dtype: string

The data type of the scalar.

value

value: number

The value.

Generated using TypeDoc