The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

SPVM::Time::HiRes::ItimervalFloat - Floating Point Representation of Sys::Time::Itimerval

Description

The Time::HiRes::ItimervalFloat class of SPVM represents floating point representation of Sys::Time::Itimerval.

Usage

  use Time::HiRes::ItimervalFloat;

Fields

it_interval

has it_interval : rw double;

Gets and sets the it_interval field.

it_value

has it_value : rw double;

Gets and sets the it_interval field.

Class Methods

static method new : Time::HiRes::ItimervalFloat ();

Creates a new Time::HiRes::ItimervalFloat object and returns it.

See Also

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License