Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Temperatuur

The Temperature class the class that have the current temperature you wants to display

To use this piece of code you can import it to other classes with this command's:

import {Temperatuur} from './temperatuur'

const temperatuurnu = new Temperatuur()
const temp = temperatuurnu.tempWaarde()

Hierarchy

  • Temperatuur

Index

Methods

Methods

tempWaarde

  • tempWaarde(): number
  • In this methode you can set the temperature

    Returns number

    the current temperature

Generated using TypeDoc