Interface: ZodFloat64
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:351
Extends
Properties
_def
_def:
$ZodNumberDef
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:10
Deprecated
Use .def instead.
Inherited from
_input
_input:
number
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:14
Deprecated
Use z.input<typeof schema> instead.
Inherited from
_output
_output:
number
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:12
Deprecated
Use z.output<typeof schema> instead.
Inherited from
_zod
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:342
Inherited from
~standard
~standard:
ZodStandardSchemaWithJSON<ZodFloat64>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:15
Inherited from
def
def:
$ZodNumberDef
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:7
Inherited from
description?
optionaldescription:string
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:60
Inherited from
format
format:
string|null
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:335
Inherited from
isFinite
isFinite:
boolean
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:334
Deprecated
Number schemas no longer accept infinite values, so this always returns true.
Inherited from
isInt
isInt:
boolean
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:332
Deprecated
Check the format property instead.
Inherited from
maxValue
maxValue:
number|null
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:330
Inherited from
minValue
minValue:
number|null
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:329
Inherited from
spa()
spa: (
data,params?) =>Promise<ZodSafeParseResult<number>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:29
Parameters
data
unknown
params?
Returns
Promise<ZodSafeParseResult<number>>
Inherited from
type
type:
"number"
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:8
Inherited from
Methods
and()
and<
T>(incoming):ZodIntersection<ZodFloat64,T>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:52
Type Parameters
T
T extends SomeType
Parameters
incoming
T
Returns
ZodIntersection<ZodFloat64, T>
Inherited from
apply()
apply<
T>(fn):T
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:82
Type Parameters
T
T
Parameters
fn
(schema) => T
Returns
T
Inherited from
array()
array():
ZodArray<ZodFloat64>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:50
Returns
ZodArray<ZodFloat64>
Inherited from
brand()
brand<
T,Dir>(value?):PropertyKeyextendsT?ZodFloat64:$ZodBranded<ZodFloat64,T,Dir>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:24
Type Parameters
T
T extends PropertyKey = PropertyKey
Dir
Dir extends "inout" | "in" | "out" = "out"
Parameters
value?
T
Returns
PropertyKey extends T ? ZodFloat64 : $ZodBranded<ZodFloat64, T, Dir>
Inherited from
catch()
Call Signature
catch(
def):ZodCatch<ZodFloat64>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:54
Parameters
def
number
Returns
ZodCatch<ZodFloat64>
Inherited from
Call Signature
catch(
def):ZodCatch<ZodFloat64>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:55
Parameters
def
(ctx) => number
Returns
ZodCatch<ZodFloat64>
Inherited from
check()
check(...
checks):this
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:18
Parameters
checks
...($ZodCheck<number> | CheckFn<number>)[]
Returns
this
Inherited from
clone()
clone(
def?,params?):this
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:20
Parameters
def?
params?
parent
boolean
Returns
this
Inherited from
decode()
decode(
data,params?):number
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:31
Parameters
data
number
params?
Returns
number
Inherited from
decodeAsync()
decodeAsync(
data,params?):Promise<number>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:33